strusPython
0.14
|
Query analyzer term with info about the field it originated from. More...
#include <bindingObjects.hpp>
Public Member Functions | |
QueryTerm (const Index &field_, const String &type_, const String &value_, const Index &position_, const Index &length_) | |
Constructor. More... | |
QueryTerm (const QueryTerm &o) | |
Copy constructor. More... | |
QueryTerm () | |
Default constructor. More... | |
unsigned int | field () const |
Get the term position. More... | |
const String & | type () const |
Get the term type name. More... | |
const String & | value () const |
Get the term value. More... | |
WString | ucvalue () const |
Index | position () const |
Get the term position. More... | |
Public Member Functions inherited from strus::Term | |
Term (const String &type_, const String &value_, const Index &position_, const Index &length_) | |
Constructor. More... | |
Term (const Term &o) | |
Copy constructor. More... | |
Term () | |
Default constructor. More... | |
const String & | type () const |
Get the term type name. More... | |
const String & | value () const |
Get the term value. More... | |
WString | ucvalue () const |
Index | position () const |
Get the term position. More... | |
Index | length () const |
Get the term length. More... | |
bool | operator< (const Term &o) const |
Query analyzer term with info about the field it originated from.
|
inline |
Constructor.
|
inline |
Copy constructor.
|
inline |
Default constructor.
|
inline |
Get the term position.
|
inline |
Get the term position.
|
inline |
Get the term type name.
|
inline |
|
inline |
Get the term value.