C# Class Lucene.Net.Index.DocumentsWriterDeleteQueue.DeleteSlice

Datei anzeigen Open project: paulirwin/lucene.net

Private Properties

Property Type Description
DeleteSlice Lucene.Net.Support
Reset void

Public Methods

Method Description
Apply ( BufferedUpdates del, int docIDUpto ) : void
IsTailItem ( object item ) : bool

Returns true iff the given item is identical to the item hold by the slices tail, otherwise false.

Private Methods

Method Description
DeleteSlice ( Node currentTail ) : Lucene.Net.Support
Reset ( ) : void

Method Details

Apply() public method

public Apply ( BufferedUpdates del, int docIDUpto ) : void
del BufferedUpdates
docIDUpto int
return void

IsTailItem() public method

Returns true iff the given item is identical to the item hold by the slices tail, otherwise false.
public IsTailItem ( object item ) : bool
item object
return bool