Java org.apache.lucene.util BitDocIdSet fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util BitDocIdSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util BitDocIdSet.

The text is from its open source code.

Constructor

BitDocIdSet(BitSet set)
Same as #BitDocIdSet(BitSet,long) but uses the set's BitSet#approximateCardinality() approximate cardinality as a cost.
BitDocIdSet(BitSet set, long cost)
Wrap the given BitSet as a DocIdSet .

Method

BitSetbits()
DocIdSetIteratoriterator()