Package | Description |
---|---|
org.apache.lucene.monitor |
Monitoring framework
|
Modifier and Type | Field and Description |
---|---|
MultiMatchingQueries<T> |
PresearcherMatches.matcher
The wrapped Matches
|
Modifier and Type | Method and Description |
---|---|
MultiMatchingQueries<T> |
PartitionMatcher.MatcherWorker.call() |
(package private) MultiMatchingQueries<T> |
CandidateMatcher.finish(long buildTime,
int queryCount) |
<T extends QueryMatch> |
Monitor.match(Document[] docs,
MatcherFactory<T> factory)
Match an array of
Document s against the queryindex, calling a CandidateMatcher produced by the
supplied MatcherFactory for each possible matching query. |
Constructor and Description |
---|
PresearcherMatches(java.util.Map<java.lang.String,java.lang.StringBuilder> matchingTerms,
MultiMatchingQueries<T> matcher)
Builds a new PresearcherMatches
|