Uses of Record 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 TypeFieldDescriptionprivate final TotalHits
GroupDocs.totalHits
The field for thetotalHits
record component.Methods in org.apache.lucene.search.grouping that return TotalHitsModifier and TypeMethodDescriptionGroupDocs.totalHits()
Returns the value of thetotalHits
record component.Constructors 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)