public abstract class FieldInfosFormat extends Object
FieldInfos
Modifier | Constructor and Description |
---|---|
protected |
FieldInfosFormat()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
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 |
protected FieldInfosFormat()
public abstract FieldInfosReader getFieldInfosReader() throws IOException
FieldInfosReader
to read field infos
from the indexIOException
public abstract FieldInfosWriter getFieldInfosWriter() throws IOException
FieldInfosWriter
to write field infos
to the indexIOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.