Class MockVariableInt32BlockPostingsFormat
A silly test codec to verify core support for variable sized int block encoders is working.The int encoder used here writes baseBlockSize ints at once, if the first int is <= 3, else 2* baseBlockSize.
Inheritance
System.Object
MockVariableInt32BlockPostingsFormat
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class MockVariableInt32BlockPostingsFormat : PostingsFormat
Constructors
Name | Description |
---|---|
MockVariableInt32BlockPostingsFormat() | |
MockVariableInt32BlockPostingsFormat(Int32) |
Methods
Name | Description |
---|---|
FieldsConsumer(SegmentWriteState) | |
FieldsProducer(SegmentReadState) | |
ToString() |