Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
List of all members
Lucene.Net.Index.TermsHashConsumerPerField Class Referenceabstract

Implement this class to plug into the TermsHash processor, which inverts and stores Tokens into a hash table and provides an API for writing bytes into multiple streams for each unique Token. More...

Inherited by Lucene.Net.Index.FreqProxTermsWriterPerField, and Lucene.Net.Index.TermVectorsTermsWriterPerField.

Detailed Description

Implement this class to plug into the TermsHash processor, which inverts and stores Tokens into a hash table and provides an API for writing bytes into multiple streams for each unique Token.

Definition at line 28 of file TermsHashConsumerPerField.cs.


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