Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
44 void setMaxScore(
double maxScore);
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
double maxScore
Stores the maximum score value encountered, needed for normalizing.
Definition: TopDocs.h:36
int32_t totalHits
The total number of hits for the query.
Definition: TopDocs.h:26
Definition: AbstractAllTermDocs.h:12
Represents hits returned by Searcher#search(QueryPtr, FilterPtr, int32_t) and {}.
Definition: TopDocs.h:16
Base class for all Lucene classes.
Definition: LuceneObject.h:31
Collection< ScoreDocPtr > scoreDocs
The top hits for the query.
Definition: TopDocs.h:33
clucene.sourceforge.net