public abstract class SpanPositionCheckQuery extends SpanQuery implements Cloneable
Modifier and Type | Class and Description |
---|---|
class |
SpanPositionCheckQuery.SpanPositionCheckWeight |
Constructor and Description |
---|
SpanPositionCheckQuery(SpanQuery match) |
Modifier and Type | Method and Description |
---|---|
protected abstract FilterSpans.AcceptStatus |
acceptPosition(Spans spans)
Implementing classes are required to return whether the current position is a match for the passed in
"match"
SpanQuery . |
SpanWeight |
createWeight(IndexSearcher searcher,
boolean needsScores)
Expert: Constructs an appropriate Weight implementation for this query.
|
boolean |
equals(Object o)
Returns true iff
o is equal to this. |
String |
getField()
Returns the name of the field matched by this query.
|
SpanQuery |
getMatch() |
int |
hashCode() |
Query |
rewrite(IndexReader reader)
Expert: called to re-write queries into primitive queries.
|
getTermContexts, getTermContexts
protected SpanQuery match
public SpanPositionCheckQuery(SpanQuery match)
public SpanQuery getMatch()
public String getField()
SpanQuery
protected abstract FilterSpans.AcceptStatus acceptPosition(Spans spans) throws IOException
SpanQuery
.
This is only called if the underlying last Spans.nextStartPosition()
for the
match indicated a valid start position.spans
- The Spans
instance, positioned at the spot to checkIOException
DocIdSetIterator.nextDoc()
public SpanWeight createWeight(IndexSearcher searcher, boolean needsScores) throws IOException
Query
Only implemented by primitive queries, which re-write to themselves.
createWeight
in class SpanQuery
needsScores
- True if document scores (Scorer.score()
) or match
frequencies (Scorer.freq()
) are needed.IOException
public Query rewrite(IndexReader reader) throws IOException
Query
rewrite
in class Query
IOException
public boolean equals(Object o)
o
is equal to this.Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.