#include <vector>
#include <sphinxclient/error.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
class | Sphinx::Value_t |
Generic value type of sphinx attribute. More... | |
Enumerations | |
enum | ValueType_t { Sphinx::VALUETYPE_UINT32 = 0, Sphinx::VALUETYPE_FLOAT = 1, Sphinx::VALUETYPE_VECTOR = 2, Sphinx::VALUETYPE_UINT64 = 3, Sphinx::VALUETYPE_STRING = 4 } |
real attribute value types generated by searchd |