Package | Description |
---|---|
org.apache.lucene.payloads |
Experimental classes for interacting with payloads
|
org.apache.lucene.queries.payloads |
The payloads package provides Query mechanisms for finding and using payloads.
|
org.apache.lucene.queryparser.surround.query |
This package contains SrndQuery and its subclasses.
|
org.apache.lucene.queryparser.xml |
Parser that produces Lucene Query objects from XML streams.
|
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.spans |
The calculus of spans.
|
org.apache.lucene.search.uhighlight |
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis.
|
org.apache.lucene.util |
Some utility classes.
|
Class and Description |
---|
SpanCollector
An interface defining the collection of postings information from the leaves
of a
Spans |
Class and Description |
---|
SpanQuery
Base class for span-based queries.
|
Spans
Iterates through combinations of start/end positions per-doc.
|
SpanScorer |
SpanWeight
Expert-only.
|
SpanWeight.Postings
Enumeration defining what postings information should be retrieved from the
index for a given 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.
|
Spans
Iterates through combinations of start/end positions per-doc.
|
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 |
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
|
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.
|
SpanScorer |
SpanWeight
Expert-only.
|
SpanWeight.Postings
Enumeration defining what postings information should be retrieved from the
index for a given Spans
|
Class and Description |
---|
SpanQuery
Base class for span-based queries.
|
Class and Description |
---|
SpanQuery
Base class for span-based queries.
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.