CLucene - a full-featured, c++ search engine
API Documentation


lucene::search::FieldCache::StringIndex Class Reference

Expert: Stores term text values and document ordering data. More...

#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


Detailed Description

Expert: Stores term text values and document ordering data.


Constructor & Destructor Documentation

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]


Field Documentation

All the term values, in natural order.

For each document, an index into the lookup array.


The documentation for this class was generated from the following file:

clucene.sourceforge.net