strusModule  0.17
Public Types | Public Attributes | List of all members
strus::AggregatorConstructor Struct Reference

Structure to define a proprietary function to aggregate a value for a document as meta data (counting, classification, etc.) More...

#include <analyzerModule.hpp>

Public Types

typedef
AggregatorFunctionInterface *(* 
Create )(ErrorBufferInterface *errorhnd)
 

Public Attributes

const char * name
 name of the aggregator More...
 
Create create
 constructor More...
 

Detailed Description

Structure to define a proprietary function to aggregate a value for a document as meta data (counting, classification, etc.)

Member Typedef Documentation

typedef AggregatorFunctionInterface*(* strus::AggregatorConstructor::Create)(ErrorBufferInterface *errorhnd)

Member Data Documentation

Create strus::AggregatorConstructor::create

constructor

const char* strus::AggregatorConstructor::name

name of the aggregator


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