Class Summary |
DidYouMeanIndexer |
This class allows to manage the specific index of "did you mean" functionality. |
DirectorySPFilter |
|
ExternalComponent |
An ExternalComponent object. |
FieldDescription |
A FieldDescription pack all the needed information to parse and index a generic field (xml field,
iptc field) We need :
the name of the field
its content
its language
to know if its value must be stored in the index (then value could be exploited directly by search engine as facet for example)
|
FileDescription |
A FileDescription pack all the needed information to parse and index a file. |
FilenameComparator |
|
FileSPFilter |
|
FullIndexEntry |
A FullIndexEntry is an IndexEntry completed with data usefull uniquely at the index creation time
(mainly all the data contents which must be indexed but which is useless at retrieve time). |
IndexEngineProxy |
The IndexEngineProxy class encapsulates the calls to the index engine server. |
IndexEntry |
IndexEntry is the base class for all the entries which are indexed in the web'activ index. |
IndexEntryPK |
An IndexEntryPK uniquely identify an entry in the web'activ index. |
IndexerThread |
A thread IndexerThread index in the background a batch of index requests. |
IndexManager |
An IndexManager manage all the web'activ's index. |
IndexReadersCache |
|
JcrContent |
Reference entry to a binary content in a JCR repository |
RepositoryIndexer |
An RepositoryIndexer allow to index files in a whole repository except the directories |
SpaceComponentPair |
A SpaceComponentPair packs in an object a space and a component names. |
TextDescription |
A ContentDescription pack all the needed information to parse and index a content. |
WAAnalyzer |
Extends lucene Analyzer : prunes from a tokens stream all the meaningless words and prunes all
the special characters. |
XMLFieldDescription |
A XMLFieldDescription pack all the needed information to parse and index a xml field. |