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.pendingResultsOnly 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.SuggestScoreDocs for this instanceMethods in org.apache.lucene.search.suggest.document with parameters of type TopSuggestDocs.SuggestScoreDocModifier and TypeMethodDescriptionintTopSuggestDocs.SuggestScoreDoc.compareTo(TopSuggestDocs.SuggestScoreDoc o) protected booleanSuggestScoreDocPriorityQueue.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)