Uses of Class
org.apache.lucene.monitor.Presearcher
Packages that use Presearcher
-
Uses of Presearcher in org.apache.lucene.monitor
Subclasses of Presearcher in org.apache.lucene.monitorModifier and TypeClassDescriptionclass
A TermFilteredPresearcher that indexes queries multiple times, with terms collected from different routes through a querytree.class
Presearcher implementation that uses terms extracted from queries to index them in the Monitor, and builds a disjunction from terms in a document to match them.Fields in org.apache.lucene.monitor declared as PresearcherModifier and TypeFieldDescriptionstatic final Presearcher
Presearcher.NO_FILTERING
A Presearcher implementation that does no query filtering, and runs all registered queriesprotected final Presearcher
Monitor.presearcher
private final Presearcher
WritableQueryIndex.presearcher
Constructors in org.apache.lucene.monitor with parameters of type PresearcherModifierConstructorDescriptionMonitor
(Analyzer analyzer, Presearcher presearcher) Create a new non-persistent Monitor instanceMonitor
(Analyzer analyzer, Presearcher presearcher, MonitorConfiguration configuration) Create a new Monitor instance(package private)
WritableQueryIndex
(MonitorConfiguration configuration, Presearcher presearcher)