| FieldMaskingSpanQuery |
Wrapper to allow SpanQuery objects participate in composite
single-field SpanQueries by 'lying' about their search field.
|
| FilterSpans |
|
| NearSpansOrdered |
A Spans that is formed from the ordered subspans of a SpanNearQuery
where the subspans do not overlap and have a maximum slop between them.
|
| NearSpansUnordered |
|
| SpanBoostQuery |
|
| SpanContainingQuery |
Keep matches that contain another SpanScorer.
|
| SpanFirstQuery |
Matches spans near the beginning of a field.
|
| SpanMultiTermQueryWrapper<Q extends MultiTermQuery> |
|
| SpanMultiTermQueryWrapper.SpanRewriteMethod |
Abstract class that defines how the query is rewritten.
|
| SpanMultiTermQueryWrapper.TopTermsSpanBooleanQueryRewrite |
A rewrite method that first translates each term into a SpanTermQuery in a
BooleanClause.Occur.SHOULD clause in a BooleanQuery, and keeps the
scores as computed by the query.
|
| SpanNearQuery |
Matches spans which are near one another.
|
| SpanNearQuery.Builder |
A builder for SpanNearQueries
|
| SpanNotQuery |
Removes matches which overlap with another SpanQuery or which are
within x tokens before or y tokens after another SpanQuery.
|
| SpanOrQuery |
Matches the union of its clauses.
|
| SpanPositionCheckQuery |
Base class for filtering a SpanQuery based on the position of a match.
|
| SpanPositionRangeQuery |
|
| SpanQuery |
Base class for span-based queries.
|
| Spans |
Iterates through combinations of start/end positions per-doc.
|
| SpanScorer |
|
| SpanTermQuery |
Matches spans containing a term.
|
| SpanWeight |
Expert-only.
|
| SpanWithinQuery |
Keep matches that are contained within another Spans.
|
| TermSpans |
Expert:
Public for extension only.
|