Package | Description |
---|---|
org.apache.solr.search |
Modifier and Type | Class and Description |
---|---|
class |
BitDocSet
BitDocSet represents an unordered set of Lucene Document Ids
using a BitSet. |
class |
DocSlice
DocSlice implements DocList as an array of docids and optional scores. |
class |
HashDocSet
HashDocSet represents an unordered set of Lucene Document Ids
using a primitive int hash table. |
class |
SortedIntDocSet
SortedIntDocSet represents a sorted set of Lucene Document Ids. |