Uses of Class
org.apache.lucene.codecs.FieldInfosReader

Packages that use FieldInfosReader
org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. 
org.apache.lucene.codecs.lucene40 Lucene 4.0 file format. 
 

Uses of FieldInfosReader in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs that return FieldInfosReader
abstract  FieldInfosReader FieldInfosFormat.getFieldInfosReader()
          Returns a FieldInfosReader to read field infos from the index
 

Uses of FieldInfosReader in org.apache.lucene.codecs.lucene40
 

Subclasses of FieldInfosReader in org.apache.lucene.codecs.lucene40
 class Lucene40FieldInfosReader
          Lucene 4.0 FieldInfos reader.
 

Methods in org.apache.lucene.codecs.lucene40 that return FieldInfosReader
 FieldInfosReader Lucene40FieldInfosFormat.getFieldInfosReader()
           
 



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