strusAnalyzer  0.17
Public Member Functions | List of all members
strus::analyzer::FeatureOptions Class Reference

Options to stear the creation of terms in the analyzer. More...

#include <featureOptions.hpp>

Public Member Functions

 FeatureOptions ()
 Default constructor. More...
 
 FeatureOptions (const FeatureOptions &o)
 Copy constructor. More...
 
 FeatureOptions (unsigned int opt_)
 Constructor. More...
 
analyzer::PositionBind positionBind () const
 Get the PositionBind value set. More...
 
void definePositionBind (analyzer::PositionBind b)
 Define the PositionBind value. More...
 
unsigned int opt () const
 Get the options transacription as integer. More...
 

Detailed Description

Options to stear the creation of terms in the analyzer.

Constructor & Destructor Documentation

strus::analyzer::FeatureOptions::FeatureOptions ( )
inline

Default constructor.

strus::analyzer::FeatureOptions::FeatureOptions ( const FeatureOptions o)
inline

Copy constructor.

strus::analyzer::FeatureOptions::FeatureOptions ( unsigned int  opt_)
inline

Constructor.

Member Function Documentation

void strus::analyzer::FeatureOptions::definePositionBind ( analyzer::PositionBind  b)
inline

Define the PositionBind value.

unsigned int strus::analyzer::FeatureOptions::opt ( ) const
inline

Get the options transacription as integer.

analyzer::PositionBind strus::analyzer::FeatureOptions::positionBind ( ) const
inline

Get the PositionBind value set.


The documentation for this class was generated from the following file: