strus
0.17
|
Interface for summarization functions (additional info about the matches in the result ranklist of a retrieval query) More...
#include <summarizerFunctionInterface.hpp>
Public Member Functions | |
virtual | ~SummarizerFunctionInterface () |
Destructor. More... | |
virtual SummarizerFunctionInstanceInterface * | createInstance (const QueryProcessorInterface *processor) const =0 |
Create an instance of this summarization function for parametrization. More... | |
virtual FunctionDescription | getDescription () const =0 |
Get a description of the function for user help and introspection. More... | |
Interface for summarization functions (additional info about the matches in the result ranklist of a retrieval query)
|
inlinevirtual |
Destructor.
|
pure virtual |
Create an instance of this summarization function for parametrization.
[in] | processor | provider for query processing functions |
|
pure virtual |
Get a description of the function for user help and introspection.