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

Inherited by Lucene.Net.Index.TermsHash.

Public Member Functions

abstract void Abort ()
 Abort (called after hitting AbortException)
 
abstract bool FreeRAM ()
 Attempt to free RAM, returning true if any RAM was freed
 

Detailed Description

Definition at line 24 of file InvertedDocConsumer.cs.

Member Function Documentation

abstract void Lucene.Net.Index.InvertedDocConsumer.Abort ( )
pure virtual

Abort (called after hitting AbortException)

Implemented in Lucene.Net.Index.TermsHash.

abstract bool Lucene.Net.Index.InvertedDocConsumer.FreeRAM ( )
pure virtual

Attempt to free RAM, returning true if any RAM was freed

Implemented in Lucene.Net.Index.TermsHash.


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