|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.search.SpanFilterResult
public class SpanFilterResult
The results of a SpanQueryFilter. Wraps the BitSet and the position information from the SpanQuery
NOTE: This API is still experimental and subject to change.
| Nested Class Summary | |
|---|---|
static class |
SpanFilterResult.PositionInfo
|
static class |
SpanFilterResult.StartEnd
|
| Constructor Summary | |
|---|---|
SpanFilterResult(BitSet bits,
List positions)
Deprecated. Use SpanFilterResult(DocIdSet, List) instead |
|
SpanFilterResult(DocIdSet docIdSet,
List positions)
|
|
| Method Summary | |
|---|---|
BitSet |
getBits()
Deprecated. Use getDocIdSet() |
DocIdSet |
getDocIdSet()
Returns the docIdSet |
List |
getPositions()
The first entry in the array corresponds to the first "on" bit. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpanFilterResult(BitSet bits,
List positions)
SpanFilterResult(DocIdSet, List) instead
bits - The bits for the Filterpositions - A List of SpanFilterResult.PositionInfo objects
public SpanFilterResult(DocIdSet docIdSet,
List positions)
docIdSet - The DocIdSet for the Filterpositions - A List of SpanFilterResult.PositionInfo objects| Method Detail |
|---|
public List getPositions()
public BitSet getBits()
getDocIdSet()
public DocIdSet getDocIdSet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||