Uses of Class
org.apache.lucene.search.suggest.document.TopSuggestDocs.SuggestScoreDoc
-
Packages that use TopSuggestDocs.SuggestScoreDoc Package Description org.apache.lucene.search.suggest.document Support for document suggestion -
-
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.SuggestScoreDoc Modifier and Type Field Description private java.util.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.SuggestScoreDoc Modifier and Type Method Description TopSuggestDocs.SuggestScoreDoc[]SuggestScoreDocPriorityQueue. getResults()Returns the top N results in descending order.TopSuggestDocs.SuggestScoreDoc[]TopSuggestDocs. scoreLookupDocs()ReturnsTopSuggestDocs.SuggestScoreDocs for this instanceMethods in org.apache.lucene.search.suggest.document with parameters of type TopSuggestDocs.SuggestScoreDoc Modifier and Type Method Description intTopSuggestDocs.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.SuggestScoreDoc Constructor Description TopSuggestDocs(TotalHits totalHits, TopSuggestDocs.SuggestScoreDoc[] scoreDocs)
-