Search query result data. More...
#include <sphinxclient.h>
Public Member Functions | |
| void | clear () |
Data Fields | |
| std::vector< std::string > | field |
| list of searched fields | |
| AttributeTypes_t | attribute |
| list of returned attributes and their types | |
| std::vector< ResponseEntry_t > | entry |
| list of matches found and returned by the searchd | |
|
std::map< std::string, WordStatistics_t > | word |
| list of word statistics | |
| uint32_t | entriesGot |
| total number of matches found | |
| uint32_t | entriesFound |
| total number of documents matched | |
| uint32_t | timeConsumed |
| time consumed by the query | |
| uint32_t | use64bitId |
| whether to use 32 or 64 bits for doc id | |
| SearchCommandVersion_t | commandVersion |
| search command version | |
Search query result data.
1.7.1