Namespace Lucene.Net.Codecs.MockIntBlock
Classes
MockFixedInt32BlockPostingsFormat
A silly test codec to verify core support for fixed sized int block encoders is working.The int encoder used here just writes each block as a series of vInt.
MockFixedInt32BlockPostingsFormat.MockInt32Factory
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.