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. 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.SuggestScoreDoc Modifier and Type Method Description TopSuggestDocs.SuggestScoreDoc[]
SuggestScoreDocPriorityQueue. getResults()
Returns the top N results in descending order.TopSuggestDocs.SuggestScoreDoc[]
TopSuggestDocs. scoreLookupDocs()
ReturnsTopSuggestDocs.SuggestScoreDoc
s for this instanceMethods in org.apache.lucene.search.suggest.document with parameters of type TopSuggestDocs.SuggestScoreDoc Modifier and Type Method Description int
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.SuggestScoreDoc Constructor Description TopSuggestDocs(TotalHits totalHits, TopSuggestDocs.SuggestScoreDoc[] scoreDocs)
-