Structure describing the internal representation of a sub document definition in the document analyzer.
More...
#include <subDocumentDefinitionView.hpp>
Structure describing the internal representation of a sub document definition in the document analyzer.
- Note
- The internal representation may not be suitable for reconstructing the object
strus::analyzer::SubDocumentDefinitionView::SubDocumentDefinitionView |
( |
| ) |
|
|
inline |
strus::analyzer::SubDocumentDefinitionView::SubDocumentDefinitionView |
( |
const std::string & |
name_, |
|
|
const std::string & |
selectexpr_ |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[in] | name_ | name of the sub document type |
[in] | selectexpr_ | the segmenter selection expression |
const std::string& strus::analyzer::SubDocumentDefinitionView::selection |
( |
| ) |
const |
|
inline |
Get the segmenter selection expression.
- Returns
- the selection expression
const std::string& strus::analyzer::SubDocumentDefinitionView::subDocumentTypeName |
( |
| ) |
const |
|
inline |
Get the name of this sub document type.
- Returns
- name of the sub document type
The documentation for this class was generated from the following file: