Uses of Interface
org.apache.lucene.facet.search.ScoredDocIDsIterator
-
Packages that use ScoredDocIDsIterator Package Description org.apache.lucene.facet.search Faceted Search API -
-
Uses of ScoredDocIDsIterator in org.apache.lucene.facet.search
Methods in org.apache.lucene.facet.search that return ScoredDocIDsIterator Modifier and Type Method Description ScoredDocIDsIteratorScoredDocIDs. iterator()Returns an iterator over the document IDs and their scores.abstract ScoredDocIDsIteratorScoredDocIdCollector. scoredDocIdsIterator()
-