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 useful uniquely at the index creation time
(mainly all the data contents which must be indexed but which is useless at retrieve time).
|
IndexEngineProxy |
A proxy to the Indexing Engine.
|
IndexEntry |
IndexEntry is the base class for all the entries which are indexed in the Silverpeas indexes.
|
IndexEntryKey |
An IndexEntryKey uniquely identifies an entry in the indexes.
|
IndexerTask |
This task is in charge of processing indexation requests.
|
IndexerTask.IndexerProcessContext |
|
IndexManager |
An IndexManager manage all the index in Silverpeas.
|
IndexProcessor |
|
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
|
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.
|