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
Classes | Public Member Functions | List of all members
Lucene.Net.Index.DocInverterPerThread Class Reference

This is a DocFieldConsumer that inverts each field, separately, from a Document, and accepts a InvertedTermsConsumer to process those terms. More...

Inherits Lucene.Net.Index.DocFieldConsumerPerThread.

Classes

class  SingleTokenAttributeSource
 

Public Member Functions

 DocInverterPerThread (DocFieldProcessorPerThread docFieldProcessorPerThread, DocInverter docInverter)
 
override void StartDocument ()
 
override DocumentsWriter.DocWriter FinishDocument ()
 
override void Abort ()
 
override DocFieldConsumerPerField AddField (FieldInfo fi)
 

Detailed Description

This is a DocFieldConsumer that inverts each field, separately, from a Document, and accepts a InvertedTermsConsumer to process those terms.

Definition at line 31 of file DocInverterPerThread.cs.

Constructor & Destructor Documentation

Lucene.Net.Index.DocInverterPerThread.DocInverterPerThread ( DocFieldProcessorPerThread  docFieldProcessorPerThread,
DocInverter  docInverter 
)

Definition at line 67 of file DocInverterPerThread.cs.

Member Function Documentation

override void Lucene.Net.Index.DocInverterPerThread.Abort ( )
virtual
override DocFieldConsumerPerField Lucene.Net.Index.DocInverterPerThread.AddField ( FieldInfo  fi)
virtual
override DocumentsWriter.DocWriter Lucene.Net.Index.DocInverterPerThread.FinishDocument ( )
virtual
override void Lucene.Net.Index.DocInverterPerThread.StartDocument ( )
virtual

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