CombinedFieldQuery |
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.
|
CombinedFieldQuery.Builder |
|
CombinedFieldQuery.FieldAndWeight |
|
DocValuesNumbersQuery |
|
DocValuesTermsQuery |
A Query that only accepts documents whose term value in the specified field is contained
in the provided set of allowed terms.
|
IndexSortSortedNumericDocValuesRangeQuery.BoundedDocIdSetIterator |
A doc ID set iterator that wraps a delegate iterator and only returns doc IDs in the range
[firstDocInclusive, lastDoc).
|
IndexSortSortedNumericDocValuesRangeQuery.ValueComparator |
Compares the given document's value with a stored reference value.
|
LongHashSet |
|
MultiNormsLeafSimScorer |
Copy of LeafSimScorer that sums document's norms from multiple fields.
|
MultiRangeQuery |
Abstract class for range queries involving multiple ranges against physical points such as
IntPoints All ranges are logically ORed together
|
MultiRangeQuery.Builder |
A builder for multirange queries.
|
MultiRangeQuery.Range |
A range represents anything with a min/max value that can compute its relation with another
range and can compute if a point is inside it
|
MultiRangeQuery.RangeClause |
Representation of a single clause in a MultiRangeQuery
|
MultiRangeQuery.RangeTree |
An interval tree of Ranges for speeding up computations
|
MultiRangeQuery.Relatable |
Represents a range that can compute its relation with another range and can compute if a point
is inside it
|
NearestNeighbor.Cell |
|
NearestNeighbor.NearestHit |
|
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.
|
ProfilerCollector |
This class wraps a Collector and times the execution of: - setScorer() - collect() -
doSetNextReader() - needsScores()
|
ProfilerCollectorResult |
Public class for profiled timings of the Collectors used in the search.
|
ProfilerCollectorWrapper |
A collector that profiles how much time is spent calling it.
|
QueryProfilerBreakdown |
A record of timings for the various operations that may happen during query execution.
|
QueryProfilerResult |
This class is the internal representation of a profiled Query, corresponding to a single node in
the query tree.
|
QueryProfilerTimer |
Helps measure how much time is spent running some methods.
|
QueryProfilerTimingType |
This enum breaks down the query into different sections to describe what was timed.
|
QueryProfilerTree |
This class tracks the dependency tree for queries (scoring and rewriting) and generates QueryProfilerBreakdown for each node in the tree.
|
QueryProfilerWeight |
Weight wrapper that will compute how much time it takes to build the Scorer and then
return a Scorer that is wrapped in order to compute timings as well.
|
TermAutomatonQuery |
A proximity query that lets you express an automaton, whose transitions are terms, to match
documents.
|
TermAutomatonQuery.EnumAndScorer |
|
TermAutomatonQuery.TermAutomatonWeight |
|
TermAutomatonScorer.PosState |
|