Namespace Lucene.Net.Codecs.MockSep
Classes
MockSepPostingsFormat
A silly codec that simply writes each file separately as single vInts. Don't use this (performance will be poor)! This is here just to test the core sep codec classes.
MockSingleInt32Factory
Encodes ints directly as vInts with MockSingleInt32IndexOutput.
Note
This API is experimental and might change in incompatible ways in the next release.
MockSingleInt32IndexInput
Reads IndexInputs written with MockSingleInt32IndexOutput. NOTE: this class is just for demonstration purposes(it is a very slow way to read a block of ints).
Note
This API is experimental and might change in incompatible ways in the next release.
MockSingleInt32IndexInput.MockReader
Just reads a vInt directly from the file.
MockSingleInt32IndexOutput
Writes ints directly to the file (not in blocks) as vInt.
Note
This API is experimental and might change in incompatible ways in the next release.