Uses of Class org.apache.lucene.search.spans.SpanQuery

Uses in package org.apache.lucene.search.spans

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.
SpanNearQuery.SpanNearQuery(SpanQuery[] clauses, int slop, boolean inOrder)
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.

Uses in package org.apache.lucene.search.regex

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.

Uses in package org.apache.lucene.queryParser.surround.query

Methods with parameter type org.apache.lucene.search.spans.SpanQuery

void

Methods with return type org.apache.lucene.search.spans.SpanQuery

SpanQuery

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.