Structure describing the internal representation of a feature in the document analyzer.
More...
#include <queryElementView.hpp>
Structure describing the internal representation of a feature in the document analyzer.
- Note
- The internal representation may not be suitable for reconstructing the object
strus::analyzer::QueryElementView::QueryElementView |
( |
| ) |
|
|
inline |
strus::analyzer::QueryElementView::QueryElementView |
( |
const QueryElementView & |
o | ) |
|
|
inline |
strus::analyzer::QueryElementView::QueryElementView |
( |
const std::string & |
type_, |
|
|
const std::string & |
field_, |
|
|
const FunctionView & |
tokenizer_, |
|
|
const std::vector< FunctionView > & |
normalizer_, |
|
|
int |
priority_ |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[in] | type_ | name of the function |
[in] | field_ | list of named parameters |
[in] | tokenizer_ | view of tokenizer |
[in] | normalizer_ | list of views of normalizers |
[in] | priority_ | priority of the feature |
const std::string& strus::analyzer::QueryElementView::field |
( |
| ) |
const |
|
inline |
Get the name of the query field.
const std::vector<FunctionView>& strus::analyzer::QueryElementView::normalizer |
( |
| ) |
const |
|
inline |
Get the list of normalizers.
int strus::analyzer::QueryElementView::priority |
( |
| ) |
const |
|
inline |
Get the priority of the feature.
const FunctionView& strus::analyzer::QueryElementView::tokenizer |
( |
| ) |
const |
|
inline |
const std::string& strus::analyzer::QueryElementView::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: