C# 클래스 Lucene.Net.Codecs.DiskDV.DiskDocValuesFormat

DocValues format that keeps most things on disk. Only things like disk offsets are loaded into ram. @lucene.experimental
상속: DocValuesFormat
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
DiskDocValuesFormat ( ) : Codecs
FieldsConsumer ( SegmentWriteState state ) : DocValuesConsumer
FieldsProducer ( SegmentReadState state ) : DocValuesProducer

메소드 상세

DiskDocValuesFormat() 공개 메소드

public DiskDocValuesFormat ( ) : Codecs
리턴 Codecs

FieldsConsumer() 공개 메소드

public FieldsConsumer ( SegmentWriteState state ) : DocValuesConsumer
state SegmentWriteState
리턴 DocValuesConsumer

FieldsProducer() 공개 메소드

public FieldsProducer ( SegmentReadState state ) : DocValuesProducer
state SegmentReadState
리턴 DocValuesProducer