PrefixInfo Struct Reference

Information about how to handle a prefix in the query string. More...

#include <queryparser_internal.h>

List of all members.

Public Member Functions

 PrefixInfo (bool filter_, const string &prefix)

Public Attributes

bool filter
 Is this a boolean filter prefix?
list< string > prefixes
 Prefix strings.


Detailed Description

Information about how to handle a prefix in the query string.

Definition at line 39 of file queryparser_internal.h.


Constructor & Destructor Documentation

PrefixInfo::PrefixInfo ( bool  filter_,
const string &  prefix 
) [inline]

Definition at line 46 of file queryparser_internal.h.

References prefixes.


Member Data Documentation

bool PrefixInfo::filter

Is this a boolean filter prefix?

Definition at line 41 of file queryparser_internal.h.

list<string> PrefixInfo::prefixes

Prefix strings.

Definition at line 44 of file queryparser_internal.h.

Referenced by PrefixInfo().


The documentation for this struct was generated from the following file:
Documentation for Xapian (version 1.0.10).
Generated on 24 Dec 2008 by Doxygen 1.5.2.