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


 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Namespaces | Constant Groups
TermsHash.h File Reference
#include "InvertedDocConsumer.h"

Go to the source code of this file.

Data Structures

class  Lucene::TermsHash
 This class implements InvertedDocConsumer, which is passed each token produced by the analyzer on each field. It stores these tokens in a hash table, and allocates separate byte streams per token. Consumers of this class, eg FreqProxTermsWriter and TermVectorsTermsWriter, write their own byte streams under each term. More...
 

Namespaces

 Lucene
 

Constant Groups

 Lucene
 

clucene.sourceforge.net