Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
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: