public interface ScoredDocIDs
FacetsAccumulator.accumulate(ScoredDocIDs)| Modifier and Type | Method and Description | 
|---|---|
| DocIdSet | getDocIDs()Returns the set of doc IDs. | 
| ScoredDocIDsIterator | iterator()Returns an iterator over the document IDs and their scores. | 
| int | size()Returns the number of scored documents. | 
ScoredDocIDsIterator iterator() throws IOException
IOExceptionDocIdSet getDocIDs()
int size()