C# Класс Lucene.Net.Index.DocumentsWriterDeleteQueue.DeleteSlice

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
DeleteSlice Lucene.Net.Support
Reset void

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
DeleteSlice ( Node currentTail ) : Lucene.Net.Support
Reset ( ) : void

Описание методов

Apply() публичный Метод

public Apply ( BufferedUpdates del, int docIDUpto ) : void
del BufferedUpdates
docIDUpto int
Результат void

IsTailItem() публичный Метод

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
Результат bool