C# 클래스 Lucene.Net.Codecs.Lucene42.Lucene42DocValuesProducer

Reader for Lucene42DocValuesFormat
상속: DocValuesProducer
파일 보기 프로젝트 열기: paulirwin/lucene.net 1 사용 예제들

공개 메소드들

메소드 설명
CheckIntegrity ( ) : void
GetBinary ( FieldInfo field ) : BinaryDocValues
GetDocsWithField ( FieldInfo field ) : Bits
GetNumeric ( FieldInfo field ) : NumericDocValues
GetSorted ( FieldInfo field ) : SortedDocValues
GetSortedSet ( FieldInfo field ) : SortedSetDocValues
RamBytesUsed ( ) : long

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
LoadBinary ( FieldInfo field ) : BinaryDocValues
LoadNumeric ( FieldInfo field ) : NumericDocValues
Lucene42DocValuesProducer ( SegmentReadState state, string dataCodec, string dataExtension, string metaCodec, string metaExtension ) : Lucene.Net.Store
ReadFields ( IndexInput meta, FieldInfos infos ) : void

메소드 상세

CheckIntegrity() 공개 메소드

public CheckIntegrity ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetBinary() 공개 메소드

public GetBinary ( FieldInfo field ) : BinaryDocValues
field FieldInfo
리턴 BinaryDocValues

GetDocsWithField() 공개 메소드

public GetDocsWithField ( FieldInfo field ) : Bits
field FieldInfo
리턴 Bits

GetNumeric() 공개 메소드

public GetNumeric ( FieldInfo field ) : NumericDocValues
field FieldInfo
리턴 NumericDocValues

GetSorted() 공개 메소드

public GetSorted ( FieldInfo field ) : SortedDocValues
field FieldInfo
리턴 SortedDocValues

GetSortedSet() 공개 메소드

public GetSortedSet ( FieldInfo field ) : SortedSetDocValues
field FieldInfo
리턴 SortedSetDocValues

RamBytesUsed() 공개 메소드

public RamBytesUsed ( ) : long
리턴 long