|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.codecs.FieldInfosFormat
public abstract class FieldInfosFormat
Encodes/decodes FieldInfos
Constructor Summary | |
---|---|
protected |
FieldInfosFormat()
Sole constructor. |
Method Summary | |
---|---|
abstract FieldInfosReader |
getFieldInfosReader()
Returns a FieldInfosReader to read field infos
from the index |
abstract FieldInfosWriter |
getFieldInfosWriter()
Returns a FieldInfosWriter to write field infos
to the index |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected FieldInfosFormat()
Method Detail |
---|
public abstract FieldInfosReader getFieldInfosReader() throws IOException
FieldInfosReader
to read field infos
from the index
IOException
public abstract FieldInfosWriter getFieldInfosWriter() throws IOException
FieldInfosWriter
to write field infos
to the index
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |