|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryEngine | |
com.arsdigita.search | Provides a set of APIs for interacting with search engines. |
com.arsdigita.search.lucene | Provides APIs to be used by query engine implementors to interact with the Lucene search engine. |
Uses of QueryEngine in com.arsdigita.search |
Classes in com.arsdigita.search that implement QueryEngine | |
class |
NoopQueryEngine
A query engine that always returns Search.EMPTY_RESULT_SET; |
Methods in com.arsdigita.search that return QueryEngine | |
static QueryEngine |
QueryEngineRegistry.getEngine(String indexer,
FilterType[] filters)
Gets the search engine implementation capable of processing the specified set of filters on a given search indexer. |
Methods in com.arsdigita.search with parameters of type QueryEngine | |
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. |
static void |
QueryEngineRegistry.registerEngine(String indexer,
FilterType[] filters,
QueryEngine engine)
Registers a new query engine implementation for an indexer capable of accepting a specific set of filter types. |
Uses of QueryEngine in com.arsdigita.search.lucene |
Classes in com.arsdigita.search.lucene that implement QueryEngine | |
class |
BaseQueryEngine
This provides the basic lucene query engine implementation which can restrict based on object type |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |