public abstract class SpanQuery extends Query
| Constructor and Description |
|---|
SpanQuery() |
| Modifier and Type | Method and Description |
|---|---|
Weight |
createWeight(IndexSearcher searcher)
Expert: Constructs an appropriate Weight implementation for this query.
|
abstract String |
getField()
Returns the name of the field matched by this query.
|
abstract Spans |
getSpans(AtomicReaderContext context,
Bits acceptDocs,
Map<Term,TermContext> termContexts)
Expert: Returns the matches for this query in an index.
|
public abstract Spans getSpans(AtomicReaderContext context, Bits acceptDocs, Map<Term,TermContext> termContexts) throws IOException
IOExceptionpublic abstract String getField()
Note that this may return null if the query matches no terms.
public Weight createWeight(IndexSearcher searcher) throws IOException
QueryOnly implemented by primitive queries, which re-write to themselves.
createWeight in class QueryIOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.