CLucene - a full-featured, c++ search engine
API Documentation
#include <FieldCache.h>
Public Member Functions | |
| StringIndex (int32_t *values, TCHAR **lookup, int count) | |
| Creates one of these objects Consumes all memory given. | |
| ~StringIndex () | |
Data Fields | |
| TCHAR ** | lookup |
| All the term values, in natural order. | |
| int32_t * | order |
| For each document, an index into the lookup array. | |
| int | count |
| lucene::search::FieldCache::StringIndex::StringIndex | ( | int32_t * | values, | |
| TCHAR ** | lookup, | |||
| int | count | |||
| ) | [inline] |
Creates one of these objects Consumes all memory given.
| lucene::search::FieldCache::StringIndex::~StringIndex | ( | ) | [inline] |
All the term values, in natural order.