org.apache.lucene.codecs.lucene40
Class Lucene40FieldInfosReader

java.lang.Object
  extended by org.apache.lucene.codecs.FieldInfosReader
      extended by org.apache.lucene.codecs.lucene40.Lucene40FieldInfosReader

public class Lucene40FieldInfosReader
extends FieldInfosReader

Lucene 4.0 FieldInfos reader.

See Also:
Lucene40FieldInfosFormat
WARNING: This API is experimental and might change in incompatible ways in the next release.

Constructor Summary
Lucene40FieldInfosReader()
          Sole constructor.
 
Method Summary
 FieldInfos read(Directory directory, String segmentName, IOContext iocontext)
          Read the FieldInfos previously written with FieldInfosWriter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lucene40FieldInfosReader

public Lucene40FieldInfosReader()
Sole constructor.

Method Detail

read

public FieldInfos read(Directory directory,
                       String segmentName,
                       IOContext iocontext)
                throws IOException
Description copied from class: FieldInfosReader
Read the FieldInfos previously written with FieldInfosWriter.

Specified by:
read in class FieldInfosReader
Throws:
IOException


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