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 indexIOExceptionpublic abstract FieldInfosWriter getFieldInfosWriter() throws IOException
FieldInfosWriter to write field infos
to the indexIOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.