Interface | Description |
---|---|
CategorySearchEngine |
This interface must be implemented by category search engines (indexer and searcher)
such as LuceneCategorySearchEngine.
|
PublicationSearchEngine |
This interface must be implemented by publication search engines (indexer and searcher)
such as LuceneSearchEngine.
|
Class | Description |
---|---|
AdminSearchEnginesHandler |
This handler is used in the admin area to provide action on search engine.
|
CategorySearchEngineListener |
This class listen to all operations on
Category and ask the
Category Search Engine to index/update/delete. |
CustomSimilarity |
Custom scoring implementation.
|
LuceneCategorySearchEngine |
This
CategorySearchEngine is reponsible for the indexing and searching of JCMS
content using lucene. |
LuceneDataSearchEngine |
This class provides a base class to index JCMS
Data using Lucene. |
LuceneDataSearchEngine.IndexingLatch |
CountDownLatch used to be notified of the end of the next
indexing operation taking place on a Data.
|
LuceneMemberSearchEngine |
Provides member indexing and search.
|
LucenePublicationSearchEngine |
This
PublicationSearchEngine is reponsible for the indexing and searching of JCMS
content using lucene. |
LuceneSearchEnginePolicyManager | |
LuceneUtils |
Provide misc utility when working with lucene
|
PublicationSearchEngineListener |
This class listen to all operations on
Publication and ask the
Publication Search Engine to index/update/delete. |
SpellSuggestEngine |
This engine can be used when doing text search.
|
SpellSuggestQueryParser |
This QueryParser parse a search string and build a new lucene query
using suggested words instead of
Warning: it can be quite time consuming as it trigger a search in the
spell checker for each term of the query.
|
LuceneSearchEnginePolicy
or
LuceneSearchEnginePolicyFilter
if you need to modify search behaviour.Copyright © 2001-2017 Jalios SA. All Rights Reserved.