Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
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) | |
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.
Lucene.Net.Index.BufferedDeletes.BufferedDeletes | ( | bool | doTermSort | ) |
Definition at line 42 of file BufferedDeletes.cs.