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.BufferedDeletes Class Reference

Holds buffered deletes, by docID, term or query. We hold two instances of this class: one for the deletes prior to the last flush, the other for deletes after the last flush. This is so if we need to abort (discard all buffered docs) we can also discard the buffered deletes yet keep the deletes done during previously flushed segments. More...

Classes

class  Num
 

Public Member Functions

 BufferedDeletes (bool doTermSort)
 

Detailed Description

Holds buffered deletes, by docID, term or query. We hold two instances of this class: one for the deletes prior to the last flush, the other for deletes after the last flush. This is so if we need to abort (discard all buffered docs) we can also discard the buffered deletes yet keep the deletes done during previously flushed segments.

Definition at line 33 of file BufferedDeletes.cs.

Constructor & Destructor Documentation

Lucene.Net.Index.BufferedDeletes.BufferedDeletes ( bool  doTermSort)

Definition at line 42 of file BufferedDeletes.cs.


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