public class SimpleTextCompoundFormat extends CompoundFormat
FOR RECREATIONAL USE ONLY
Constructor and Description |
---|
SimpleTextCompoundFormat()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
Directory |
getCompoundReader(Directory dir,
SegmentInfo si,
IOContext context)
Returns a Directory view (read-only) for the compound files in this segment
|
void |
write(Directory dir,
SegmentInfo si,
IOContext context)
Packs the provided segment's files into a compound format.
|
public Directory getCompoundReader(Directory dir, SegmentInfo si, IOContext context) throws java.io.IOException
CompoundFormat
getCompoundReader
in class CompoundFormat
java.io.IOException
public void write(Directory dir, SegmentInfo si, IOContext context) throws java.io.IOException
CompoundFormat
SegmentInfo
must have CodecUtil.writeIndexHeader(org.apache.lucene.store.DataOutput, java.lang.String, int, byte[], java.lang.String)
and CodecUtil.writeFooter(org.apache.lucene.store.IndexOutput)
.write
in class CompoundFormat
java.io.IOException
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.