DocValues format that keeps most things on disk. Only things like disk offsets are loaded into ram. @lucene.experimental
Наследование: DocValuesFormat
Пример #1
0
 public Lucene45DocValuesConsumerAnonymousHelper(DiskDocValuesFormat outerInstance, SegmentWriteState state)
     : base(state, DATA_CODEC, DATA_EXTENSION, META_CODEC, META_EXTENSION)
 {
     this.outerInstance = outerInstance;
 }
 public Lucene45DocValuesConsumerAnonymousHelper(DiskDocValuesFormat outerInstance, SegmentWriteState state)
     : base(state, DATA_CODEC, DATA_EXTENSION, META_CODEC, META_EXTENSION)
 {
     this.outerInstance = outerInstance;
 }