CLucene - a full-featured, c++ search engine
API Documentation
#include <SearchHeader.h>
Public Member Functions | |
| TopDocs (const int32_t th, ScoreDoc *sds, int32_t scoreDocsLength) | |
| Expert: Constructs a TopDocs. | |
| ~TopDocs () | |
Data Fields | |
| int32_t | totalHits |
| Expert: The total number of hits for the query. | |
| ScoreDoc * | scoreDocs |
| Expert: The top hits for the query. | |
| int32_t | scoreDocsLength |
| lucene::search::TopDocs::TopDocs | ( | const int32_t | th, | |
| ScoreDoc * | sds, | |||
| int32_t | scoreDocsLength | |||
| ) |
| lucene::search::TopDocs::~TopDocs | ( | ) |
Expert: The top hits for the query.