strusAnalyzer
0.17
|
Structure describing the internal representation of a document analyzer for introspection. More...
#include <queryAnalyzerView.hpp>
Public Member Functions | |
QueryAnalyzerView () | |
Default constructor. More... | |
QueryAnalyzerView (const QueryAnalyzerView &o) | |
Copy constructor. More... | |
QueryAnalyzerView (const std::vector< QueryElementView > &elements_, const std::vector< QueryElementView > &patternLexems_) | |
Constructor. More... | |
const std::vector < QueryElementView > & | elements () const |
const std::vector < QueryElementView > & | patternLexems () const |
Structure describing the internal representation of a document analyzer for introspection.
|
inline |
Default constructor.
|
inline |
Copy constructor.
|
inline |
Constructor.
[in] | elements_ | elements |
|
inline |
|
inline |