org.apache.lucene.search
public class SpanFilterResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpanFilterResult.PositionInfo |
static class |
SpanFilterResult.StartEnd |
| Constructor and Description |
|---|
SpanFilterResult(BitSet bits,
List positions) |
| Modifier and Type | Method and Description |
|---|---|
BitSet |
getBits() |
List |
getPositions()
The first entry in the array corresponds to the first "on" bit.
|
public SpanFilterResult(BitSet bits, List positions)
bits - The bits for the Filterpositions - A List of SpanFilterResult.PositionInfo objectsCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.