44 void setMaxScore(
double maxScore);
double maxScore
Stores the maximum score value encountered, needed for normalizing.
Definition: TopDocs.h:36
Represents hits returned by Searcher#search(QueryPtr, FilterPtr, int32_t) and Searcher#search(QueryPt...
Definition: TopDocs.h:16
Base class for all Lucene classes.
Definition: LuceneObject.h:31
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
int32_t totalHits
The total number of hits for the query.
Definition: TopDocs.h:26
Collection< ScoreDocPtr > scoreDocs
The top hits for the query.
Definition: TopDocs.h:33