Uses of Class
org.apache.lucene.search.suggest.document.TopSuggestDocs.SuggestScoreDoc
Packages that use TopSuggestDocs.SuggestScoreDoc
-
Uses of TopSuggestDocs.SuggestScoreDoc in org.apache.lucene.search.suggest.document
Fields in org.apache.lucene.search.suggest.document with type parameters of type TopSuggestDocs.SuggestScoreDocModifier and TypeFieldDescriptionprivate final List<TopSuggestDocs.SuggestScoreDoc>
TopSuggestDocsCollector.pendingResults
Only set if we are deduplicating hits: holds all per-segment hits until the end, when we dedup themMethods in org.apache.lucene.search.suggest.document that return TopSuggestDocs.SuggestScoreDocModifier and TypeMethodDescriptionSuggestScoreDocPriorityQueue.getResults()
Returns the top N results in descending order.TopSuggestDocs.scoreLookupDocs()
ReturnsTopSuggestDocs.SuggestScoreDoc
s for this instanceMethods in org.apache.lucene.search.suggest.document with parameters of type TopSuggestDocs.SuggestScoreDocModifier and TypeMethodDescriptionint
TopSuggestDocs.SuggestScoreDoc.compareTo
(TopSuggestDocs.SuggestScoreDoc o) protected boolean
SuggestScoreDocPriorityQueue.lessThan
(TopSuggestDocs.SuggestScoreDoc a, TopSuggestDocs.SuggestScoreDoc b) Constructors in org.apache.lucene.search.suggest.document with parameters of type TopSuggestDocs.SuggestScoreDocModifierConstructorDescriptionTopSuggestDocs
(TotalHits totalHits, TopSuggestDocs.SuggestScoreDoc[] scoreDocs)