Package | Description |
---|---|
org.apache.lucene.search.spans |
The calculus of spans.
|
Modifier and Type | Class and Description |
---|---|
class |
SpanFirstQuery
Matches spans near the beginning of a field.
|
class |
SpanPositionRangeQuery
Checks to see if the
getMatch() lies between a start and end position
See SpanFirstQuery for a derivation that is optimized for the case where start position is 0. |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.