Uses of Class
org.apache.lucene.search.TotalHits
Packages that use TotalHits
Package
Description
Code to search indices.
Grouping.
Support for document suggestion
-
Uses of TotalHits in org.apache.lucene.search
Fields in org.apache.lucene.search declared as TotalHitsConstructors in org.apache.lucene.search with parameters of type TotalHits -
Uses of TotalHits in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping declared as TotalHitsModifier and TypeFieldDescriptionfinal TotalHits
GroupDocs.totalHits
Total hits within this groupConstructors in org.apache.lucene.search.grouping with parameters of type TotalHits -
Uses of TotalHits in org.apache.lucene.search.suggest.document
Constructors in org.apache.lucene.search.suggest.document with parameters of type TotalHitsModifierConstructorDescriptionTopSuggestDocs
(TotalHits totalHits, TopSuggestDocs.SuggestScoreDoc[] scoreDocs)