strusPython  0.14
Public Member Functions | List of all members
strus::DocumentFrequencyChange Class Reference

Structure describing the document frequency change of one term in the collection. More...

#include <bindingObjects.hpp>

Public Member Functions

 DocumentFrequencyChange (const String &type_, const String &value_, int increment_)
 Constructor. More...
 
 DocumentFrequencyChange (const DocumentFrequencyChange &o)
 Copy constructor. More...
 
 DocumentFrequencyChange ()
 Default constructor. More...
 
const String & type () const
 Get the term type name. More...
 
const String & value () const
 Get the term value. More...
 
WString ucvalue () const
 
int increment () const
 Get the term increment. More...
 

Detailed Description

Structure describing the document frequency change of one term in the collection.

Constructor & Destructor Documentation

strus::DocumentFrequencyChange::DocumentFrequencyChange ( const String &  type_,
const String &  value_,
int  increment_ 
)
inline

Constructor.

Parameters
[in]type_term type
[in]value_term value
[in]increment_df change increment/decrement
strus::DocumentFrequencyChange::DocumentFrequencyChange ( const DocumentFrequencyChange o)
inline

Copy constructor.

strus::DocumentFrequencyChange::DocumentFrequencyChange ( )
inline

Default constructor.

Member Function Documentation

int strus::DocumentFrequencyChange::increment ( ) const
inline

Get the term increment.

const String& strus::DocumentFrequencyChange::type ( ) const
inline

Get the term type name.

WString strus::DocumentFrequencyChange::ucvalue ( ) const
const String& strus::DocumentFrequencyChange::value ( ) const
inline

Get the term value.


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