|
Xpace
|
traverse each term, or each reference, in an interval of terms More...
#include <index.h>
Public Member Functions | |
| virtual | ~Sink () |
| virtual bool | term (const String &key, uint64 count)=0 |
| called for each term More... | |
| virtual bool | ref (const Ref< uint64 > &) |
| called for each ref More... | |
traverse each term, or each reference, in an interval of terms
called for each term
| key | a string representation (from a Collator) of this index term |
| count | the count (if stored in the Index) of references to the key |