#include <queryparser_internal.h>
Public Member Functions | |
PrefixInfo (bool filter_, const string &prefix) | |
Public Attributes | |
bool | filter |
Is this a boolean filter prefix? | |
list< string > | prefixes |
Prefix strings. |
Definition at line 39 of file queryparser_internal.h.
PrefixInfo::PrefixInfo | ( | bool | filter_, | |
const string & | prefix | |||
) | [inline] |
bool PrefixInfo::filter |
list<string> PrefixInfo::prefixes |