Class Lucene41Codec

    • Constructor Detail

      • Lucene41Codec

        public Lucene41Codec()
        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"
      • normsFormat

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