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

An in-place update to a DocValues field.
파일 보기 프로젝트 열기: paulirwin/lucene.net 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

메소드 설명
DocValuesUpdate ( Lucene.Net.Index.DocValuesFieldUpdates type, Lucene.Net.Index.Term term, string field, object value ) : Lucene.Net.Documents

Constructor.

비공개 메소드들

메소드 설명
SizeInBytes ( ) : int
ValueSizeInBytes ( ) : long

메소드 상세

DocValuesUpdate() 보호된 메소드

Constructor.
protected DocValuesUpdate ( Lucene.Net.Index.DocValuesFieldUpdates type, Lucene.Net.Index.Term term, string field, object value ) : Lucene.Net.Documents
type Lucene.Net.Index.DocValuesFieldUpdates
term Lucene.Net.Index.Term the which determines the documents that will be updated
field string the to update
value object the updated value
리턴 Lucene.Net.Documents

ToString() 공개 메소드

public ToString ( ) : string
리턴 string