List of usage examples for org.apache.solr.search BitDocSet BitDocSet
public BitDocSet(FixedBitSet bits, int size)
From source file:com.kmwllc.search.graph.GraphTermsCollector.java
public DocSet getDocSet() { if (bits == null) { bits = new FixedBitSet(maxDoc); }/*w w w . j av a 2 s. co m*/ // System.out.println("BIT SET POSITION :" + pos); return new BitDocSet(bits, numHits); }