Java org.apache.solr.search BitDocSet fields, constructors, methods, implement or subclass

Example usage for Java org.apache.solr.search BitDocSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.solr.search BitDocSet.

The text is from its open source code.

Constructor

BitDocSet(FixedBitSet bits, int size)
Construct a BitDocSet, and provides the number of set bits.
BitDocSet(FixedBitSet bits)
Construct a BitDocSet.
BitDocSet()

Method