Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
List<SpanFilterResult.PositionInfo> |
SpanFilterResult.getPositions()
The first entry in the array corresponds to the first "on" bit.
|
Constructor and Description |
---|
SpanFilterResult(DocIdSet docIdSet,
List<SpanFilterResult.PositionInfo> positions) |