Class RAMOnlyPostingsFormat

java.lang.Object
org.apache.lucene.codecs.PostingsFormat
org.apache.lucene.tests.codecs.ramonly.RAMOnlyPostingsFormat
All Implemented Interfaces:
NamedSPILoader.NamedSPI

public final class RAMOnlyPostingsFormat extends PostingsFormat
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.

NOTE: this codec sorts terms by reverse-unicode-order!