Package org.apache.solr.search
Class DocSetCollector.ExpandingIntArray
- java.lang.Object
-
- org.apache.solr.search.DocSetCollector.ExpandingIntArray
-
- Enclosing class:
- DocSetCollector
protected static class DocSetCollector.ExpandingIntArray extends Object
-
-
Constructor Summary
Constructors Constructor Description ExpandingIntArray(int smallSetSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(int index, int value)
void
copyTo(org.apache.lucene.util.FixedBitSet bits)
int
size()
int[]
toArray()
-