org.apache.lucene.codecs
Class FieldInfosFormat
java.lang.Object
org.apache.lucene.codecs.FieldInfosFormat
- Direct Known Subclasses:
- Lucene40FieldInfosFormat, SimpleTextFieldInfosFormat
public abstract class FieldInfosFormat
- extends Object
Encodes/decodes FieldInfos
- WARNING: This API is experimental and might change in incompatible ways in the next release.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldInfosFormat
public FieldInfosFormat()
getFieldInfosReader
public abstract FieldInfosReader getFieldInfosReader()
throws IOException
- Returns a
FieldInfosReader
to read field infos
from the index
- Throws:
IOException
getFieldInfosWriter
public abstract FieldInfosWriter getFieldInfosWriter()
throws IOException
- Returns a
FieldInfosWriter
to write field infos
to the index
- Throws:
IOException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.