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 theSimilarity
implementation used.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initialise(org.apache.lucene.search.IndexSearcher searcher)
Initialises a newly createdIndexSearcher
.
-