public interface ScoredDocIDs
FacetsAccumulator.accumulate(ScoredDocIDs)
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.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 java.io.IOException
java.io.IOException
org.apache.lucene.search.DocIdSet getDocIDs()
int size()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.