Class Lucene40Codec

    • Constructor Detail

      • Lucene40Codec

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

      • normsFormat

        public NormsFormat normsFormat()
        Deprecated.
        Description copied from class: Codec
        Encodes/decodes document normalization values
        Specified by:
        normsFormat in class Codec
      • 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 "Lucene40"