strus
0.17
|
Class for building up a metadata restriction. More...
#include <metaDataRestrictionInstanceInterface.hpp>
Public Member Functions | |
virtual | ~MetaDataRestrictionInstanceInterface () |
Destructor. More... | |
virtual bool | match (const Index &docno) const =0 |
Evaluate if a document matches the restriction condition. More... | |
Class for building up a metadata restriction.
|
inlinevirtual |
Destructor.
|
pure virtual |
Evaluate if a document matches the restriction condition.
[in] | docno | local internal document number of the document to match |