10 #ifndef _STRUS_STATISTICS_VIEWER_INTERFACE_HPP_INCLUDED
11 #define _STRUS_STATISTICS_VIEWER_INTERFACE_HPP_INCLUDED
Interface for a viewer of a statistics message (distributed index)
Definition: statisticsViewerInterface.hpp:18
virtual bool nextDfChange(TermStatisticsChange &rec)=0
Fetch the next message propagating a change in the df (document frequency)
Structure describing the change of statistics of one term in the collection.
Definition: termStatisticsChange.hpp:17
Term statistics change (for a distributed search index)
virtual int nofDocumentsInsertedChange()=0
Fetch the change of the number of document inserted.
virtual ~StatisticsViewerInterface()
Destructor.
Definition: statisticsViewerInterface.hpp:22