C# 클래스 Lucene.Net.Index.BufferedUpdates

파일 보기 프로젝트 열기: paulirwin/lucene.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MAX_INT int

공개 메소드들

메소드 설명
AddBinaryUpdate ( BinaryDocValuesUpdate update, int docIDUpto ) : void
AddDocID ( int docID ) : void
AddNumericUpdate ( NumericDocValuesUpdate update, int docIDUpto ) : void
AddQuery ( Query query, int docIDUpto ) : void
AddTerm ( Lucene.Net.Index.Term term, int docIDUpto ) : void
BufferedUpdates ( ) : System
Terms_Nunit ( ) : int?>.IDictionary
ToString ( ) : string

비공개 메소드들

메소드 설명
Any ( ) : bool
Clear ( ) : void

메소드 상세

AddBinaryUpdate() 공개 메소드

public AddBinaryUpdate ( BinaryDocValuesUpdate update, int docIDUpto ) : void
update BinaryDocValuesUpdate
docIDUpto int
리턴 void

AddDocID() 공개 메소드

public AddDocID ( int docID ) : void
docID int
리턴 void

AddNumericUpdate() 공개 메소드

public AddNumericUpdate ( NumericDocValuesUpdate update, int docIDUpto ) : void
update NumericDocValuesUpdate
docIDUpto int
리턴 void

AddQuery() 공개 메소드

public AddQuery ( Query query, int docIDUpto ) : void
query Query
docIDUpto int
리턴 void

AddTerm() 공개 메소드

public AddTerm ( Lucene.Net.Index.Term term, int docIDUpto ) : void
term Lucene.Net.Index.Term
docIDUpto int
리턴 void

BufferedUpdates() 공개 메소드

public BufferedUpdates ( ) : System
리턴 System

Terms_Nunit() 공개 메소드

public Terms_Nunit ( ) : int?>.IDictionary
리턴 int?>.IDictionary

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

MAX_INT 공개적으로 정적으로 프로퍼티

public static int MAX_INT
리턴 int