Class 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 Detail

      • 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:
        Constant Field Values
      • FORMAT_HAS_VECTORS

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

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

        public static final java.lang.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:
        Constant Field Values
      • UPGRADED_SI_CODEC_NAME

        public static final java.lang.String UPGRADED_SI_CODEC_NAME
        Deprecated.
        See Also:
        Constant Field Values
      • UPGRADED_SI_VERSION_START

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

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

        public static final java.lang.String DS_OFFSET_KEY
        Deprecated.
      • DS_NAME_KEY

        public static final java.lang.String DS_NAME_KEY
        Deprecated.
      • DS_COMPOUND_KEY

        public static final java.lang.String DS_COMPOUND_KEY
        Deprecated.
      • NORMGEN_KEY

        public static final java.lang.String NORMGEN_KEY
        Deprecated.
      • NORMGEN_PREFIX

        public static final java.lang.String NORMGEN_PREFIX
        Deprecated.
    • Constructor Detail

      • Lucene3xSegmentInfoFormat

        public Lucene3xSegmentInfoFormat()
        Deprecated.