CLucene - a full-featured, c++ search engine
API Documentation
Expert: Returned by low-level sorted search implementations. More...
#include <FieldDocSortedHitQueue.h>
Public Member Functions | |
| TopFieldDocs (int32_t totalHits, FieldDoc **fieldDocs, int32_t scoreDocsLen, SortField **fields) | |
| Creates one of these objects. | |
| ~TopFieldDocs () | |
Public Attributes | |
| SortField ** | fields |
| The fields which were used to sort results by. | |
| FieldDoc ** | fieldDocs |
Expert: Returned by low-level sorted search implementations.
| lucene::search::TopFieldDocs::TopFieldDocs | ( | int32_t | totalHits, | |
| FieldDoc ** | fieldDocs, | |||
| int32_t | scoreDocsLen, | |||
| SortField ** | fields | |||
| ) |
Creates one of these objects.
| totalHits | Total number of hits for the query. | |
| fieldDocs | The top hits for the query. | |
| scoreDocs | The top hits for the query. | |
| scoreDocsLen | Length of fieldDocs and scoreDocs | |
| fields | The sort criteria used to find the top hits. |
| lucene::search::TopFieldDocs::~TopFieldDocs | ( | ) |
The fields which were used to sort results by.