Package | Description |
---|---|
org.apache.lucene.monitor |
Monitoring framework
|
Modifier and Type | Class and Description |
---|---|
class |
MultipassTermFilteredPresearcher
A TermFilteredPresearcher that indexes queries multiple times, with terms collected
from different routes through a querytree.
|
class |
TermFilteredPresearcher
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.
|
Modifier and Type | Field and Description |
---|---|
static Presearcher |
Presearcher.NO_FILTERING
A Presearcher implementation that does no query filtering, and runs all
registered queries
|
protected Presearcher |
Monitor.presearcher |
private Presearcher |
QueryIndex.presearcher |
Constructor and Description |
---|
Monitor(Analyzer analyzer,
Presearcher presearcher)
Create a new non-persistent Monitor instance
|
Monitor(Analyzer analyzer,
Presearcher presearcher,
MonitorConfiguration configuration)
Create a new Monitor instance
|
QueryIndex(MonitorConfiguration config,
Presearcher presearcher) |