org.apache.lucene.codecs
Class FieldInfosReader

java.lang.Object
  extended by 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.

Constructor Summary
FieldInfosReader()
           
 
Method Summary
abstract  FieldInfos read(Directory directory, String segmentName, IOContext iocontext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldInfosReader

public FieldInfosReader()
Method Detail

read

public abstract FieldInfos read(Directory directory,
                                String segmentName,
                                IOContext iocontext)
                         throws IOException
Throws:
IOException


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.