| Package | Description |
|---|---|
| org.apache.lucene.queryparser.surround.query |
This package contains SrndQuery and its subclasses.
|
| org.apache.lucene.queryparser.xml.builders |
XML Parser factories for different Lucene Query/Filters.
|
| org.apache.lucene.search |
Code to search indices.
|
| org.apache.lucene.search.highlight |
Highlighting search terms.
|
| org.apache.lucene.search.payloads |
The payloads package provides Query mechanisms for finding and using payloads.
|
| org.apache.lucene.search.spans |
The calculus of spans.
|
| Class and Description |
|---|
| SpanQuery
Base class for span-based queries.
|
| SpanTermQuery
Matches spans containing a term.
|
| Class and Description |
|---|
| SpanQuery
Base class for span-based queries.
|
| Class and Description |
|---|
| SpanQuery
Base class for span-based queries.
|
| Class and Description |
|---|
| SpanQuery
Base class for span-based queries.
|
| Class and Description |
|---|
| FilterSpans.AcceptStatus
Status returned from
FilterSpans.accept(Spans) that indicates
whether a candidate match should be accepted, rejected, or rejected
and move on to the next document. |
| SpanCollector
An interface defining the collection of postings information from the leaves
of a
Spans |
| SpanNearQuery
Matches spans which are near one another.
|
| SpanNearQuery.SpanNearWeight |
| SpanQuery
Base class for span-based queries.
|
| Spans
Iterates through combinations of start/end positions per-doc.
|
| SpanScorer
Public for extension only.
|
| SpanTermQuery
Matches spans containing a term.
|
| SpanWeight
Expert-only.
|
| SpanWeight.Postings
Enumeration defining what postings information should be retrieved from the
index for a given Spans
|
| Class and Description |
|---|
| FilterSpans.AcceptStatus
Status returned from
FilterSpans.accept(Spans) that indicates
whether a candidate match should be accepted, rejected, or rejected
and move on to the next document. |
| SpanCollector
An interface defining the collection of postings information from the leaves
of a
Spans |
| SpanContainingQuery
Keep matches that contain another Spans.
|
| SpanFirstQuery
Matches spans near the beginning of a field.
|
| SpanMultiTermQueryWrapper.SpanRewriteMethod
Abstract class that defines how the query is rewritten.
|
| 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
Checks to see if the
SpanPositionCheckQuery.getMatch() lies between a start and end position
See SpanFirstQuery for a derivation that is optimized for the case where start position is 0. |
| SpanQuery
Base class for span-based queries.
|
| Spans
Iterates through combinations of start/end positions per-doc.
|
| SpanWeight
Expert-only.
|
| SpanWeight.Postings
Enumeration defining what postings information should be retrieved from the
index for a given Spans
|
| SpanWithinQuery
Keep matches that are contained within another Spans.
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.