Package org.apache.lucene.codecs.mocksep

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

See:
          Description

Class Summary
MockSepDocValuesFormat Separate-file docvalues implementation
MockSepPostingsFormat A silly codec that simply writes each file separately as single vInts.
MockSingleIntFactory  
MockSingleIntIndexInput Reads IndexInputs written with MockSingleIntIndexOutput.
MockSingleIntIndexInput.Reader  
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-2012 Apache Software Foundation. All Rights Reserved.