public class CompassFTSModule extends ListeningKernelModule implements DBManEventListenerI, FulltextSearcherI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INI_SECTION_NAME |
static java.lang.String |
iniVariableNameActivateFts |
static java.lang.String |
iniVariableNameCompassCfg |
static java.lang.String |
iniVariableNameCompassMaxFieldLength |
static java.lang.String |
iniVariableNameCompassUnlimitedFieldLength |
static java.lang.String |
iniVariableNameFetchSize |
static java.lang.String |
iniVariableNameIndexAllByDefault |
static java.lang.String |
iniVariableNameIndexDeletedBOs |
static java.lang.String |
iniVariableNameIndexPath |
static java.lang.String |
iniVariableNameMaxThreads |
static java.lang.String |
iniVariableNameSpellcheck |
static org.apache.log4j.Logger |
log |
STR_IF_POSSIBLE, STR_MANDATORY, STR_NEVER
SAVE_RETRIES, SAVE_RETRY_DELAY_MS_MAX, SAVE_RETRY_DELAY_MS_MIN
Constructor and Description |
---|
CompassFTSModule(DBManLocalI _dbm) |
Modifier and Type | Method and Description |
---|---|
void |
doStart()
Contains the actual code to be executed when starting the module, without the general boilerplate code from
start() . |
void |
doStart(boolean _startup) |
org.compass.core.Compass |
getCompass() |
int |
getCount(java.lang.String _ftClause)
Returns only the number of objects that match the given search clause.
|
int |
getCount(java.lang.String _ftClause,
java.lang.String _classname) |
org.compass.gps.CompassGps |
getGps() |
MyTISMGpsDevice |
getGpsDevice() |
long[] |
getIdList(java.lang.String _ftClause)
Searches for BOs using a fulltext search and returns the IDs of matching
BOs as an array of longs.
|
long[] |
getIdList(java.lang.String _ftClause,
java.lang.String _classname) |
java.lang.String |
getIdListAsString(java.lang.String _ftClause)
Searches for BOs using a fulltext search and returns the IDs of matching
BOs.
|
java.lang.String |
getIdListAsString(java.lang.String _ftClause,
java.lang.String _classname) |
java.util.concurrent.atomic.AtomicBoolean |
getIsInbetweenRunning() |
SchemaMappingBuilder |
getMappingBuilder() |
java.lang.String |
getShouldStartSetting(DBManConfigurationHelperI _conf)
Retrieves and returns if this module should actually be started from the MyTISM configuration.
|
TermInfoI[] |
getTerms()
Allows to get information about most frequently occuring (search) terms
in/from the fulltext search index.
|
TermInfoI[] |
getTerms(EntityI _entity) |
TermInfoI[] |
getTerms(EntityI _entity,
java.lang.String _regex) |
TermInfoI[] |
getTerms(EntityI _entity,
java.lang.String _regex,
int _size) |
TermInfoI[] |
getTerms(EntityI _entity,
java.lang.String _regex,
int _size,
boolean _includeDeleted) |
TermInfoI[] |
getTerms(EntityI _entity,
java.lang.String _regex,
int _size,
boolean _includeDeleted,
java.lang.String[] _propertyNames) |
TermInfoI[] |
getTerms(EntityI _entity,
java.lang.String _regex,
int _size,
boolean _includeDeleted,
java.lang.String[] _propertyNames,
boolean _sortByName) |
TermInfoI[] |
getTerms(EntityI _entity,
java.lang.String _regex,
int _size,
boolean _includeDeleted,
java.lang.String[] _propertyNames,
boolean _sortByName,
boolean _withSubEntities) |
java.lang.String[] |
getTermSuggestions(EntityI _entity,
java.lang.String _term)
Returns terms that exist in the index that are similar to the given _term.
|
java.lang.String[] |
getTermSuggestions(EntityI _entity,
java.lang.String _term,
int _size) |
java.lang.String[] |
getTermSuggestions(EntityI _entity,
java.lang.String _term,
int _size,
boolean _includeDeleted) |
java.lang.String[] |
getTermSuggestions(EntityI _entity,
java.lang.String _term,
int _size,
boolean _includeDeleted,
boolean _morePopular) |
java.lang.String[] |
getTermSuggestions(EntityI _entity,
java.lang.String _term,
int _size,
boolean _includeDeleted,
boolean _morePopular,
float _accuracy) |
java.lang.String[] |
getTermSuggestions(EntityI _entity,
java.lang.String _term,
int _size,
boolean _includeDeleted,
boolean _morePopular,
float _accuracy,
java.lang.String _propertyName) |
java.lang.String[] |
getTermSuggestions(EntityI _entity,
java.lang.String _term,
int _size,
boolean _includeDeleted,
boolean _morePopular,
float _accuracy,
java.lang.String _propertyName,
boolean _withSubEntities) |
boolean |
isFTSActive() |
boolean |
isIndexAllByDefault() |
void |
setCompass(org.compass.core.Compass $14) |
void |
setGps(org.compass.gps.CompassGps $15) |
void |
setGpsDevice(MyTISMGpsDevice $16) |
void |
setIndexAllByDefault(boolean $18) |
void |
setIsInbetweenRunning(java.util.concurrent.atomic.AtomicBoolean $17) |
void |
setMappingBuilder(SchemaMappingBuilder $19) |
void |
shutdown(int shutdownWaitTimeoutInSecs)
Shuts this module down in a clean fashion, normally called during server
shutdown.
|
decrementPending, featureBecameAvailable, featureNoLongerAvailable, getCPending, getEventFilter, getNameForLog, getPendingShowLimit, incrementPending, initialize, isActive, isMandatory, isOrWillBeInactive, isWanted, newThread, processConfChangeEvent, processDBManEvent, setActive, setCPending, setEventFilter, setNameForLog, setPendingShowLimit, shutdown, start, start, stop, stop, stop
getBOLoader, getConfiguration, getConnection, getDbm, getJDBCConnection, getNewCachingBOLoader, getNodeNumber, getSchema, getUser, isAuthoritativeSyncServer, isShutdown, loadBO, loadBO, query, query, query, query, query, query, query, query, query, query, runsAsUser, save, save, save, save, save, save, save, save, save, save, save, save, setDbm, setShutdown, setUser
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
processDBManEvent
handleSaveResultForRetry
wantsConnectionsClosed
public static final java.lang.String INI_SECTION_NAME
public static final java.lang.String iniVariableNameActivateFts
public static final java.lang.String iniVariableNameIndexPath
public static final java.lang.String iniVariableNameFetchSize
public static final java.lang.String iniVariableNameMaxThreads
public static final java.lang.String iniVariableNameIndexDeletedBOs
public static final java.lang.String iniVariableNameSpellcheck
public static final java.lang.String iniVariableNameCompassCfg
public static final java.lang.String iniVariableNameCompassMaxFieldLength
public static final java.lang.String iniVariableNameCompassUnlimitedFieldLength
public static final java.lang.String iniVariableNameIndexAllByDefault
public static final org.apache.log4j.Logger log
public CompassFTSModule(DBManLocalI _dbm)
public java.lang.String getShouldStartSetting(DBManConfigurationHelperI _conf)
ListeningKernelModule
getShouldStartSetting
in class ListeningKernelModule
public void doStart()
ListeningKernelModule
start()
. Does nothing by default, must be overwritten by subclasses. Executed asynchronously in the
StartThread
.public void doStart(boolean _startup)
public void shutdown(int shutdownWaitTimeoutInSecs)
KernelModule
shutdown
in class KernelModule
shutdownWaitTimeoutInSecs
- time in seconds the DBMan will wait
at most for this module to perform its shutdownpublic boolean isFTSActive()
isFTSActive
in interface FulltextSearcherI
public java.lang.String getIdListAsString(java.lang.String _ftClause)
getIdListAsString
in interface FulltextSearcherI
_ftClause
- a fulltext search string in Compass query syntax._classname
- if not null only Ids of BOs of this class and its
subclasses will be included in the result.public java.lang.String getIdListAsString(java.lang.String _ftClause, java.lang.String _classname)
getIdListAsString
in interface FulltextSearcherI
public long[] getIdList(java.lang.String _ftClause)
getIdList
in interface FulltextSearcherI
public long[] getIdList(java.lang.String _ftClause, java.lang.String _classname)
getIdList
in interface FulltextSearcherI
public int getCount(java.lang.String _ftClause)
public int getCount(java.lang.String _ftClause, java.lang.String _classname)
public TermInfoI[] getTerms()
getTerms
in interface FulltextSearcherI
_entity
- if not null, only terms coming from data of this Entity
will be included; otherwise (the default) data from all BOs will be
included._regex
- if not null, only terms matching this regex will be included;
otherwise (the default) all found terms are included._size
- gives the number of terms that should be returned (default
is 10)._includeDeleted
- if false (the default), the returned terms will not
count term occurences from deleted BOs; if true term occurences from all
BOs will be included._propertyNames
- if not null, only terms coming from data of these
attributes will be included; otherwise (the default) data from all
attributes will be included._sortByName
- if false (the default), the returned terms will be
sorted from most frequently occuring to least frequently occuring; if
true the terms will be sorted by name instead._withSubEntities
- if true (the default), not only data from BOs of
the given Entity will be included but also data from BOs of all
subclasses.public TermInfoI[] getTerms(EntityI _entity)
getTerms
in interface FulltextSearcherI
public TermInfoI[] getTerms(EntityI _entity, java.lang.String _regex)
getTerms
in interface FulltextSearcherI
public TermInfoI[] getTerms(EntityI _entity, java.lang.String _regex, int _size)
getTerms
in interface FulltextSearcherI
public TermInfoI[] getTerms(EntityI _entity, java.lang.String _regex, int _size, boolean _includeDeleted)
getTerms
in interface FulltextSearcherI
public TermInfoI[] getTerms(EntityI _entity, java.lang.String _regex, int _size, boolean _includeDeleted, java.lang.String[] _propertyNames)
getTerms
in interface FulltextSearcherI
public TermInfoI[] getTerms(EntityI _entity, java.lang.String _regex, int _size, boolean _includeDeleted, java.lang.String[] _propertyNames, boolean _sortByName)
getTerms
in interface FulltextSearcherI
public TermInfoI[] getTerms(EntityI _entity, java.lang.String _regex, int _size, boolean _includeDeleted, java.lang.String[] _propertyNames, boolean _sortByName, boolean _withSubEntities)
getTerms
in interface FulltextSearcherI
public java.lang.String[] getTermSuggestions(EntityI _entity, java.lang.String _term)
getTermSuggestions
in interface FulltextSearcherI
_entity
- if not null, only terms coming from data of this Entity
will be included; otherwise (the default) data from all BOs will be
included._term
- the term for which similar terms from the index should be
found._size
- gives the number of terms that should be returned (default
is 10)._includeDeleted
- if false (the default), the returned terms will not
count term occurences from deleted BOs; if true term occurences from all
BOs will be included._morePopular
- if false (the default) all fitting term suggestions
will be returned; if true only terms that are more frequently occuring
than the given _term will be included._accuracy
- a float value 0.0 <= 1.0 that will determine how close
terms must be to _term to be suggested. Default is 0.5._propertyName
- if not null, only terms coming from data of these
attribute will be included; otherwise (the default) data from all
attribute will be included._withSubEntities
- if true (the default), not only data from BOs of
the given Entity will be included but also data from BOs of all
subclasses.public java.lang.String[] getTermSuggestions(EntityI _entity, java.lang.String _term, int _size)
getTermSuggestions
in interface FulltextSearcherI
public java.lang.String[] getTermSuggestions(EntityI _entity, java.lang.String _term, int _size, boolean _includeDeleted)
getTermSuggestions
in interface FulltextSearcherI
public java.lang.String[] getTermSuggestions(EntityI _entity, java.lang.String _term, int _size, boolean _includeDeleted, boolean _morePopular)
getTermSuggestions
in interface FulltextSearcherI
public java.lang.String[] getTermSuggestions(EntityI _entity, java.lang.String _term, int _size, boolean _includeDeleted, boolean _morePopular, float _accuracy)
getTermSuggestions
in interface FulltextSearcherI
public java.lang.String[] getTermSuggestions(EntityI _entity, java.lang.String _term, int _size, boolean _includeDeleted, boolean _morePopular, float _accuracy, java.lang.String _propertyName)
getTermSuggestions
in interface FulltextSearcherI
public java.lang.String[] getTermSuggestions(EntityI _entity, java.lang.String _term, int _size, boolean _includeDeleted, boolean _morePopular, float _accuracy, java.lang.String _propertyName, boolean _withSubEntities)
getTermSuggestions
in interface FulltextSearcherI
public org.compass.core.Compass getCompass()
public void setCompass(org.compass.core.Compass $14)
public org.compass.gps.CompassGps getGps()
public void setGps(org.compass.gps.CompassGps $15)
public MyTISMGpsDevice getGpsDevice()
public void setGpsDevice(MyTISMGpsDevice $16)
public java.util.concurrent.atomic.AtomicBoolean getIsInbetweenRunning()
public void setIsInbetweenRunning(java.util.concurrent.atomic.AtomicBoolean $17)
public boolean isIndexAllByDefault()
public void setIndexAllByDefault(boolean $18)
public SchemaMappingBuilder getMappingBuilder()
public void setMappingBuilder(SchemaMappingBuilder $19)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.