Uses of Interface
org.apache.lucene.monitor.CustomQueryHandler
-
Packages that use CustomQueryHandler Package Description org.apache.lucene.monitor Monitoring framework -
-
Uses of CustomQueryHandler in org.apache.lucene.monitor
Classes in org.apache.lucene.monitor that implement CustomQueryHandler Modifier and Type Class Description class
RegexpQueryHandler
A query handler implementation that matches Regexp queries by indexing regex terms by their longest static substring, and generates ngrams from Document tokens to match them.Fields in org.apache.lucene.monitor with type parameters of type CustomQueryHandler Modifier and Type Field Description private java.util.List<CustomQueryHandler>
TermFilteredPresearcher. queryHandlers
Method parameters in org.apache.lucene.monitor with type arguments of type CustomQueryHandler Modifier and Type Method Description private static java.util.function.BiFunction<Query,TermWeightor,QueryTree>
QueryAnalyzer. buildMapper(java.util.List<CustomQueryHandler> mappers)
Constructor parameters in org.apache.lucene.monitor with type arguments of type CustomQueryHandler Constructor Description MultipassTermFilteredPresearcher(int passes, float minWeight, TermWeightor weightor, java.util.List<CustomQueryHandler> queryHandlers, java.util.Set<java.lang.String> filterFields)
Construct a new MultipassTermFilteredPresearcherQueryAnalyzer(java.util.List<CustomQueryHandler> queryTreeBuilders)
TermFilteredPresearcher(TermWeightor weightor, java.util.List<CustomQueryHandler> customQueryHandlers, java.util.Set<java.lang.String> filterFields)
Creates a new TermFilteredPresearcher
-