Package org.apache.lucene.codecs.ramonly

Codec for testing that never writes to disk.

See:
          Description

Class Summary
RAMOnlyPostingsFormat Stores all postings data in RAM, but writes a small token (header + single int) to identify which "slot" the index is using in RAM HashMap.
 

Package org.apache.lucene.codecs.ramonly Description

Codec for testing that never writes to disk.



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