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()
           
 
Method Summary
 DocValues.Type getDocValuesType(byte b)
           
 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

Lucene40FieldInfosReader

public Lucene40FieldInfosReader()
Method Detail

read

public FieldInfos read(Directory directory,
                       String segmentName,
                       IOContext iocontext)
                throws IOException
Specified by:
read in class FieldInfosReader
Throws:
IOException

getDocValuesType

public DocValues.Type getDocValuesType(byte b)


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