|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexerType | |
com.arsdigita.search | Provides a set of APIs for interacting with search engines. |
Uses of IndexerType in com.arsdigita.search |
Fields in com.arsdigita.search declared as IndexerType | |
static IndexerType |
IndexerType.INTERMEDIA
|
static IndexerType |
IndexerType.LUCENE
|
static IndexerType |
IndexerType.NOOP
|
Methods in com.arsdigita.search that return IndexerType | |
IndexerType |
SearchConfig.getIndexerType()
Returns the current active indexer type |
Methods in com.arsdigita.search with parameters of type IndexerType | |
static void |
QueryEngineRegistry.registerEngine(IndexerType indexer,
FilterType[] filters,
QueryEngine engine)
Registers a new query engine implementation for an indexer capable of accepting a specific set of filter types. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |