Frames | No Frames |
Classes derived from org.apache.lucene.search.spans.SpanQuery | |
class | Matches spans near the beginning of a field. |
class | Matches spans which are near one another. |
class | Removes matches which overlap with another SpanQuery. |
class | Matches the union of its clauses. |
class | Matches spans containing a term. |
Constructors with parameter type org.apache.lucene.search.spans.SpanQuery | |
Construct a SpanFirstQuery matching spans in match whose end
position is less than or equal to end . | |
Construct a SpanNearQuery. | |
Construct a SpanNotQuery matching spans from include which
have no overlap with spans from exclude . | |
Construct a SpanOrQuery merging the provided clauses. |
Methods with return type org.apache.lucene.search.spans.SpanQuery | |
SpanQuery[] | Return the clauses whose spans are matched. |
SpanQuery[] | Return the clauses whose spans are matched. |
SpanQuery | Return the SpanQuery whose matches must not overlap those returned. |
SpanQuery | Return the SpanQuery whose matches are filtered. |
SpanQuery | Return the SpanQuery whose matches are filtered. |
Methods with parameter type org.apache.lucene.search.spans.SpanQuery | |
void |
Methods with return type org.apache.lucene.search.spans.SpanQuery | |
SpanQuery |
Classes derived from org.apache.lucene.search.spans.SpanQuery | |
class | A SpanQuery version of RegexQuery allowing regular expression
queries to be nested within other SpanQuery subclasses. |