org.apache.lucene.codecs
Class FieldInfosReader
java.lang.Object
org.apache.lucene.codecs.FieldInfosReader
- Direct Known Subclasses:
- Lucene40FieldInfosReader, SimpleTextFieldInfosReader
public abstract class FieldInfosReader
- extends Object
Codec API for reading 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 |
FieldInfosReader
public FieldInfosReader()
read
public abstract FieldInfos read(Directory directory,
String segmentName,
IOContext iocontext)
throws IOException
- Throws:
IOException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.