Uses of Class
org.apache.lucene.search.TotalHits
-
-
Uses of TotalHits in org.apache.lucene.search
Fields in org.apache.lucene.search declared as TotalHits Modifier and Type Field Description TotalHitsTopDocs. totalHitsThe total number of hits for the query.Constructors in org.apache.lucene.search with parameters of type TotalHits Constructor Description TopDocs(TotalHits totalHits, ScoreDoc[] scoreDocs)Constructs a TopDocs.TopFieldDocs(TotalHits totalHits, ScoreDoc[] scoreDocs, SortField[] fields)Creates one of these objects. -
Uses of TotalHits in org.apache.lucene.search.grouping
Constructors in org.apache.lucene.search.grouping with parameters of type TotalHits Constructor Description CollapseTopFieldDocs(String field, TotalHits totalHits, ScoreDoc[] scoreDocs, SortField[] sortFields, Object[] values) -
Uses of TotalHits in org.apache.lucene.search.suggest.document
Constructors in org.apache.lucene.search.suggest.document with parameters of type TotalHits Constructor Description TopSuggestDocs(TotalHits totalHits, TopSuggestDocs.SuggestScoreDoc[] scoreDocs) -
Uses of TotalHits in org.elasticsearch.common.lucene
Methods in org.elasticsearch.common.lucene that return TotalHits Modifier and Type Method Description static TotalHitsLucene. readTotalHits(StreamInput in)Methods in org.elasticsearch.common.lucene with parameters of type TotalHits Modifier and Type Method Description static voidLucene. writeTotalHits(StreamOutput out, TotalHits totalHits) -
Uses of TotalHits in org.elasticsearch.search
Methods in org.elasticsearch.search that return TotalHits Modifier and Type Method Description TotalHitsSearchHits. getTotalHits()The total number of hits for the query or null if the tracking of total hits is disabled in the request.static TotalHitsSearchHits. parseTotalHitsFragment(XContentParser parser)Constructors in org.elasticsearch.search with parameters of type TotalHits Constructor Description SearchHits(SearchHit[] hits, TotalHits totalHits, float maxScore)SearchHits(SearchHit[] hits, TotalHits totalHits, float maxScore, SortField[] sortFields, String collapseField, Object[] collapseValues) -
Uses of TotalHits in org.elasticsearch.search.internal
Fields in org.elasticsearch.search.internal declared as TotalHits Modifier and Type Field Description TotalHitsScrollContext. totalHits -
Uses of TotalHits in org.elasticsearch.search.query
Methods in org.elasticsearch.search.query that return TotalHits Modifier and Type Method Description TotalHitsQuerySearchResult. getTotalHits()
-