Interface SearcherInitialisation
- All Known Implementing Classes:
DefaultSearcherInitialisation
,PluggableSearcherInitialisation
public interface SearcherInitialisation
Implement this interface to initialise a searcher. This may include warming
up or changing the
Similarity
implementation used.-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialise
(org.apache.lucene.search.IndexSearcher searcher) Initialises a newly createdIndexSearcher
.
-
Method Details
-
initialise
void initialise(org.apache.lucene.search.IndexSearcher searcher) Initialises a newly createdIndexSearcher
.
-