Uses of Interface
org.apache.lucene.monitor.CustomQueryHandler
Packages that use CustomQueryHandler
-
Uses of CustomQueryHandler in org.apache.lucene.monitor
Classes in org.apache.lucene.monitor that implement CustomQueryHandlerModifier and TypeClassDescriptionclass
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 CustomQueryHandlerModifier and TypeFieldDescriptionprivate final List<CustomQueryHandler>
TermFilteredPresearcher.queryHandlers
Method parameters in org.apache.lucene.monitor with type arguments of type CustomQueryHandlerModifier and TypeMethodDescriptionprivate static BiFunction<Query,
TermWeightor, QueryTree> QueryAnalyzer.buildMapper
(List<CustomQueryHandler> mappers) Constructor parameters in org.apache.lucene.monitor with type arguments of type CustomQueryHandlerModifierConstructorDescriptionMultipassTermFilteredPresearcher
(int passes, float minWeight, TermWeightor weightor, List<CustomQueryHandler> queryHandlers, Set<String> filterFields) Construct a new MultipassTermFilteredPresearcher(package private)
QueryAnalyzer
(List<CustomQueryHandler> queryTreeBuilders) TermFilteredPresearcher
(TermWeightor weightor, List<CustomQueryHandler> customQueryHandlers, Set<String> filterFields) Creates a new TermFilteredPresearcher