public class SpanFirstQuery extends SpanPositionRangeQuery
SpanPositionRangeQuery in that it assumes the
start to be zero and only checks the end boundary.| Constructor and Description |
|---|
SpanFirstQuery(SpanQuery match,
int end)
Construct a SpanFirstQuery matching spans in
match whose end
position is less than or equal to end. |
| Modifier and Type | Method and Description |
|---|---|
SpanFirstQuery |
clone()
Returns a clone of this query.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString(String field)
Prints a query to a string, with
field assumed to be the
default field and omitted. |
getEnd, getStartextractTerms, getField, getMatch, getSpans, rewritecreateWeightpublic SpanFirstQuery(SpanQuery match, int end)
match whose end
position is less than or equal to end.public String toString(String field)
Queryfield assumed to be the
default field and omitted.toString in class SpanPositionRangeQuerypublic SpanFirstQuery clone()
Queryclone in class SpanPositionRangeQuerypublic boolean equals(Object o)
equals in class SpanPositionRangeQuerypublic int hashCode()
hashCode in class SpanPositionRangeQueryCopyright © 2010 - 2020 Adobe. All Rights Reserved