| BM25FQuery |
A Query that treats multiple fields as a single stream and scores
terms as if you had indexed them as a single term in a single field.
|
| BM25FQuery.Builder |
|
| MultiRangeQuery |
Abstract class for range queries involving multiple ranges against physical points such as IntPoints
All ranges are logically ORed together
TODO: Add capability for handling overlapping ranges at rewrite time
|
| MultiRangeQuery.Builder |
A builder for multirange queries.
|
| MultiRangeQuery.RangeClause |
Representation of a single clause in a MultiRangeQuery
|
| PhraseWildcardQuery |
A generalized version of PhraseQuery, built with one or more MultiTermQuery
that provides term expansions for multi-terms (one of the expanded terms must match).
|
| PhraseWildcardQuery.Builder |
|
| PhraseWildcardQuery.MultiTerm |
Phrase term with expansions.
|
| PhraseWildcardQuery.PhraseTerm |
|
| PhraseWildcardQuery.SingleTerm |
Phrase term with no expansion.
|
| PhraseWildcardQuery.TermBytesTermState |
Holds a pair of term bytes - term state.
|
| PhraseWildcardQuery.TermData |
Holds the TermState for all the collected Term,
for a specific phrase term, for all segments.
|
| PhraseWildcardQuery.TermsData |
|
| PhraseWildcardQuery.TermStats |
Accumulates the doc freq and total term freq.
|
| PhraseWildcardQuery.TestCounters |
Test counters incremented when assertions are enabled.
|
| TermAutomatonQuery |
A proximity query that lets you express an automaton, whose
transitions are terms, to match documents.
|