Interface | Description |
---|---|
SearchEngine |
Model of a search engine with search and I/O capabilities.
|
Class | Description |
---|---|
FolderSearch |
Search specialization for Folder searches.
|
FolderSearchOptions |
Search options specialization for the folder search.
|
FulltextSearch |
Search specialization for the Full text search.
|
FulltextSearchOptions |
Search options specialization for the Full text search.
|
Hit |
Search result
|
Hits |
Iterator on the collection of hits, plus some statistical informations about
the query.
|
IndexerTask |
This task enlists all non-indexed documents and performs the indexing
|
IndexOptimizer |
This task optimises all indexes
|
LanguageProcessor |
Processor that takes care to store the language field of an incoming hit into
a thread local variable.
|
LanguageProcessorFactory |
Basic factory needed to instantiate the LanguageProcessor
|
Search |
This class executes a search against the full-text indexes
|
SearchOptions |
Search options
|
StandardSearchEngine |
Standard implementation that implements a local search engine
|
TagSearch |
Search specialization for the Tag search.
|
WordDelimiterAnalyzer |
This analyzer is a wrapper to be used to allow searches in subwords tokens,
by using the
WordDelimiterFilter . |
Enum | Description |
---|---|
Fields |
Models the field name that can be stored int the index
|
Copyright © 2008-2014 Logical Objects. All Rights Reserved.