Class Lucene45Codec

    • Constructor Detail

      • Lucene45Codec

        public Lucene45Codec()
        Deprecated.
        Sole constructor.
    • Method Detail

      • getPostingsFormatForField

        public PostingsFormat getPostingsFormatForField​(java.lang.String field)
        Deprecated.
        Returns the postings format that should be used for writing new segments of field. The default implementation always returns "Lucene41"
      • getDocValuesFormatForField

        public DocValuesFormat getDocValuesFormatForField​(java.lang.String field)
        Deprecated.
        Returns the docvalues format that should be used for writing new segments of field. The default implementation always returns "Lucene45"
      • normsFormat

        public final NormsFormat normsFormat()
        Deprecated.
        Description copied from class: Codec
        Encodes/decodes document normalization values
        Specified by:
        normsFormat in class Codec