Class RAMOnlyPostingsFormat
Stores all postings data in RAM, but writes a small token (header + single int) to identify which "slot" the index is using in RAM HashMap.
NOTE: this codec sorts terms by reverse-unicode-order!
Inheritance
System.Object
RAMOnlyPostingsFormat
Assembly: Lucene.Net.TestFramework.dll
Syntax
public sealed class RAMOnlyPostingsFormat : PostingsFormat
Constructors
Name | Description |
---|---|
RAMOnlyPostingsFormat() |
Methods
Name | Description |
---|---|
FieldsConsumer(SegmentWriteState) | |
FieldsProducer(SegmentReadState) |