|
strusAnalyzer
0.17
|
Structure describing the internal representation of a sub content definition in the document analyzer. More...
#include <subContentDefinitionView.hpp>
Public Member Functions | |
| SubContentDefinitionView () | |
| Default constructor. More... | |
| SubContentDefinitionView (const SubContentDefinitionView &o) | |
| Copy constructor. More... | |
| SubContentDefinitionView (const std::string &selectexpr_, const analyzer::DocumentClass &documentClass_) | |
| Constructor. More... | |
| const analyzer::DocumentClass & | documentClass () const |
| Get the name of this sub document type. More... | |
| const std::string & | selection () const |
| Get the segmenter selection expression. More... | |
Structure describing the internal representation of a sub content definition in the document analyzer.
|
inline |
Default constructor.
|
inline |
Copy constructor.
|
inline |
Constructor.
| [in] | selectexpr_ | the segmenter selection expression |
| [in] | documentClass_ | document class of the subcontent |
|
inline |
Get the name of this sub document type.
|
inline |
Get the segmenter selection expression.
1.8.6