|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.lucene.search.spans | |
---|---|
org.apache.lucene.queryParser.surround.query | This package contains SrndQuery and its subclasses. |
org.apache.lucene.search | Code to search indices. |
org.apache.lucene.search.highlight | The highlight package contains classes to provide "keyword in context" features typically used to highlight search terms in the text of results pages. |
org.apache.lucene.search.payloads | The payloads package provides Query mechanisms for finding and using payloads. |
org.apache.lucene.search.regex | Regular expression Query. |
org.apache.lucene.search.spans | The calculus of spans. |
org.apache.lucene.xmlparser.builders | Builders to support various Lucene queries. |
Classes in org.apache.lucene.search.spans used by org.apache.lucene.queryParser.surround.query | |
---|---|
SpanQuery
Base class for span-based queries. |
|
SpanTermQuery
Matches spans containing a term. |
Classes in org.apache.lucene.search.spans used by org.apache.lucene.search | |
---|---|
SpanQuery
Base class for span-based queries. |
Classes in org.apache.lucene.search.spans used by org.apache.lucene.search.highlight | |
---|---|
SpanQuery
Base class for span-based queries. |
Classes in org.apache.lucene.search.spans used by org.apache.lucene.search.payloads | |
---|---|
SpanNearQuery
Matches spans which are near one another. |
|
SpanQuery
Base class for span-based queries. |
|
Spans
Expert: an enumeration of span matches. |
|
SpanScorer
Public for extension only. |
|
SpanTermQuery
Matches spans containing a term. |
|
SpanWeight
Expert-only. |
|
TermSpans
Expert: Public for extension only |
Classes in org.apache.lucene.search.spans used by org.apache.lucene.search.regex | |
---|---|
SpanMultiTermQueryWrapper
Wraps any MultiTermQuery as a SpanQuery ,
so it can be nested within other SpanQuery classes. |
|
SpanQuery
Base class for span-based queries. |
Classes in org.apache.lucene.search.spans used by org.apache.lucene.search.spans | |
---|---|
SpanMultiTermQueryWrapper.SpanRewriteMethod
Abstract class that defines how the query is rewritten. |
|
SpanNearQuery
Matches spans which are near one another. |
|
SpanPositionCheckQuery
Base class for filtering a SpanQuery based on the position of a match. |
|
SpanPositionCheckQuery.AcceptStatus
Return value if the match should be accepted YES , rejected NO ,
or rejected and enumeration should advance to the next document NO_AND_ADVANCE . |
|
SpanPositionRangeQuery
Checks to see if the SpanPositionCheckQuery.getMatch() lies between a start and end position |
|
SpanQuery
Base class for span-based queries. |
|
Spans
Expert: an enumeration of span matches. |
Classes in org.apache.lucene.search.spans used by org.apache.lucene.xmlparser.builders | |
---|---|
SpanQuery
Base class for span-based queries. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |