Class Lucene3xSegmentInfoFormat

java.lang.Object
org.apache.lucene.codecs.SegmentInfoFormat
org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat

@Deprecated public class Lucene3xSegmentInfoFormat extends SegmentInfoFormat
Deprecated.
(4.0) This is only used to read indexes created before 4.0.
Lucene3x ReadOnly SegmentInfoFormat implementation
  • Field Details

    • FORMAT_DIAGNOSTICS

      public static final int FORMAT_DIAGNOSTICS
      Deprecated.
      This format adds optional per-segment String diagnostics storage, and switches userData to Map
      See Also:
    • FORMAT_HAS_VECTORS

      public static final int FORMAT_HAS_VECTORS
      Deprecated.
      Each segment records whether it has term vectors
      See Also:
    • FORMAT_3_1

      public static final int FORMAT_3_1
      Deprecated.
      Each segment records the Lucene version that created it.
      See Also:
    • UPGRADED_SI_EXTENSION

      public static final String UPGRADED_SI_EXTENSION
      Deprecated.
      Extension used for saving each SegmentInfo, once a 3.x index is first committed to with 4.0.
      See Also:
    • UPGRADED_SI_CODEC_NAME

      public static final String UPGRADED_SI_CODEC_NAME
      Deprecated.
      See Also:
    • UPGRADED_SI_VERSION_START

      public static final int UPGRADED_SI_VERSION_START
      Deprecated.
      See Also:
    • UPGRADED_SI_VERSION_CURRENT

      public static final int UPGRADED_SI_VERSION_CURRENT
      Deprecated.
      See Also:
    • DS_OFFSET_KEY

      public static final String DS_OFFSET_KEY
      Deprecated.
    • DS_NAME_KEY

      public static final String DS_NAME_KEY
      Deprecated.
    • DS_COMPOUND_KEY

      public static final String DS_COMPOUND_KEY
      Deprecated.
    • NORMGEN_KEY

      public static final String NORMGEN_KEY
      Deprecated.
    • NORMGEN_PREFIX

      public static final String NORMGEN_PREFIX
      Deprecated.
  • Constructor Details

    • Lucene3xSegmentInfoFormat

      public Lucene3xSegmentInfoFormat()
      Deprecated.
  • Method Details