10 #ifndef _STRUS_ANALYZER_AGGREGATOR_FUNCTION_INSTANCE_INTERFACE_HPP_INCLUDED
11 #define _STRUS_ANALYZER_AGGREGATOR_FUNCTION_INSTANCE_INTERFACE_HPP_INCLUDED
14 #include "strus/numericVariant.hpp"
virtual analyzer::FunctionView view() const =0
Get the definition of the function as structure for introspection.
Structure describing the internal representation of a normalizer/tokenizer/aggregator function in the...
Structure describing the internal representation of a normalizer/tokenizer/aggregator function in the...
Definition: functionView.hpp:29
virtual ~AggregatorFunctionInstanceInterface()
Destructor.
Definition: aggregatorFunctionInstanceInterface.hpp:26
virtual NumericVariant evaluate(const analyzer::Document &document) const =0
Aggregator function for document statistics.
Structure of a document as result of document analysis.
Interface for a parameterized aggregator function.
Definition: aggregatorFunctionInstanceInterface.hpp:22
Structure of a document created as result of a document analysis.
Definition: document.hpp:25