Interface SearcherInitialisation
-
- All Known Implementing Classes:
DefaultSearcherInitialisation,PluggableSearcherInitialisation
public interface SearcherInitialisationImplement this interface to initialise a searcher. This may include warming up or changing theSimilarityimplementation used.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialise(org.apache.lucene.search.IndexSearcher searcher)Initialises a newly createdIndexSearcher.
-