public abstract class FieldInfosFormat
extends java.lang.Object
FieldInfos| Modifier | Constructor and Description |
|---|---|
protected |
FieldInfosFormat()
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract FieldInfos |
read(Directory directory,
SegmentInfo segmentInfo,
java.lang.String segmentSuffix,
IOContext iocontext)
|
abstract void |
write(Directory directory,
SegmentInfo segmentInfo,
java.lang.String segmentSuffix,
FieldInfos infos,
IOContext context)
Writes the provided
FieldInfos to the
directory. |
protected FieldInfosFormat()
public abstract FieldInfos read(Directory directory, SegmentInfo segmentInfo, java.lang.String segmentSuffix, IOContext iocontext) throws java.io.IOException
FieldInfos previously written with write(org.apache.lucene.store.Directory, org.apache.lucene.index.SegmentInfo, java.lang.String, org.apache.lucene.index.FieldInfos, org.apache.lucene.store.IOContext).java.io.IOExceptionpublic abstract void write(Directory directory, SegmentInfo segmentInfo, java.lang.String segmentSuffix, FieldInfos infos, IOContext context) throws java.io.IOException
FieldInfos to the
directory.java.io.IOExceptionCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.