|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.codecs.SegmentInfoFormat
public abstract class SegmentInfoFormat
Expert: Controls the format of the
SegmentInfo (segment metadata file).
SegmentInfo| Constructor Summary | |
|---|---|
protected |
SegmentInfoFormat()
Sole constructor. |
| Method Summary | |
|---|---|
abstract SegmentInfoReader |
getSegmentInfoReader()
Returns the SegmentInfoReader for reading
SegmentInfo instances. |
abstract SegmentInfoWriter |
getSegmentInfoWriter()
Returns the SegmentInfoWriter for writing
SegmentInfo instances. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SegmentInfoFormat()
| Method Detail |
|---|
public abstract SegmentInfoReader getSegmentInfoReader()
SegmentInfoReader for reading
SegmentInfo instances.
public abstract SegmentInfoWriter getSegmentInfoWriter()
SegmentInfoWriter for writing
SegmentInfo instances.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||