Package org.apache.lucene.codecs.mocksep

Very simple implementations of org.apache.lucene.codecs.sep for testing.

See:
          Description

Class Summary
MockSepPostingsFormat A silly codec that simply writes each file separately as single vInts.
MockSingleIntFactory Encodes ints directly as vInts with MockSingleIntIndexOutput
MockSingleIntIndexInput Reads IndexInputs written with MockSingleIntIndexOutput.
MockSingleIntIndexInput.Reader Just reads a vInt directly from the file.
MockSingleIntIndexOutput Writes ints directly to the file (not in blocks) as vInt.
 

Package org.apache.lucene.codecs.mocksep Description

Very simple implementations of org.apache.lucene.codecs.sep for testing.



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.