Class MemoryPostingsFormat
Stores terms & postings (docs, positions, payloads) in RAM, using an FST.
Note that this codec implements advance as a linear scan! This means if you store large fields in here, queries that rely on advance will (AND BooleanQuery, PhraseQuery) will be relatively slow!
@lucene.experimentalInherited Members
Assembly: Lucene.Net.Codecs.dll
Syntax
public sealed class MemoryPostingsFormat : PostingsFormat
Constructors
Name | Description |
---|---|
MemoryPostingsFormat() | |
MemoryPostingsFormat(Boolean, Single) | Create MemoryPostingsFormat, specifying advanced FST options. |
Methods
Name | Description |
---|---|
FieldsConsumer(SegmentWriteState) | |
FieldsProducer(SegmentReadState) | |
ToString() |