C# 클래스 Lucene.Net.Index.DocumentsWriterDeleteQueue.DeleteSlice

파일 보기 프로젝트 열기: paulirwin/lucene.net

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