Class Lucene40StoredFieldsWriter

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public final class Lucene40StoredFieldsWriter
    extends StoredFieldsWriter
    Class responsible for writing stored document fields.

    It uses <segment>.fdt and <segment>.fdx; files.

    See Also:
    Lucene40StoredFieldsFormat
    • Field Detail

      • FIELDS_EXTENSION

        public static final java.lang.String FIELDS_EXTENSION
        Extension of stored fields file
        See Also:
        Constant Field Values
      • FIELDS_INDEX_EXTENSION

        public static final java.lang.String FIELDS_INDEX_EXTENSION
        Extension of stored fields index file
        See Also:
        Constant Field Values
    • Constructor Detail

      • Lucene40StoredFieldsWriter

        public Lucene40StoredFieldsWriter​(Directory directory,
                                          java.lang.String segment,
                                          IOContext context)
                                   throws java.io.IOException
        Sole constructor.
        Throws:
        java.io.IOException