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

Defines the content statistics result from a collection sample. More...

#include <contentStatisticsResult.hpp>

Public Member Functions

 ContentStatisticsResult ()
 
 ContentStatisticsResult (int nofDocuments_, const std::vector< analyzer::ContentStatisticsItem > &items_)
 
 ContentStatisticsResult (const ContentStatisticsResult &o)
 
int nofDocuments () const
 Get the number of sample documents. More...
 
const std::vector
< analyzer::ContentStatisticsItem > & 
items () const
 Get the statistic items. More...
 

Detailed Description

Defines the content statistics result from a collection sample.

Constructor & Destructor Documentation

strus::analyzer::ContentStatisticsResult::ContentStatisticsResult ( )
inline
strus::analyzer::ContentStatisticsResult::ContentStatisticsResult ( int  nofDocuments_,
const std::vector< analyzer::ContentStatisticsItem > &  items_ 
)
inline
strus::analyzer::ContentStatisticsResult::ContentStatisticsResult ( const ContentStatisticsResult o)
inline

Member Function Documentation

const std::vector<analyzer::ContentStatisticsItem>& strus::analyzer::ContentStatisticsResult::items ( ) const
inline

Get the statistic items.

int strus::analyzer::ContentStatisticsResult::nofDocuments ( ) const
inline

Get the number of sample documents.


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