Class SimpleTextPostingsFormat

java.lang.Object
org.apache.lucene.codecs.PostingsFormat
org.apache.lucene.codecs.simpletext.SimpleTextPostingsFormat
All Implemented Interfaces:
NamedSPILoader.NamedSPI

final class SimpleTextPostingsFormat extends PostingsFormat
For debugging, curiosity, transparency only!! Do not use this codec in production.

This codec stores all postings data in a single human-readable text file (_N.pst). You can view this in any text editor, and even edit it to alter your index.

  • Field Details

  • Constructor Details

    • SimpleTextPostingsFormat

      public SimpleTextPostingsFormat()
  • Method Details