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. 
org.apache.lucene.codecs.lucene42 Lucene 4.2 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
 

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

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

Methods in org.apache.lucene.codecs.lucene42 that return FieldInfosReader
 FieldInfosReader Lucene42FieldInfosFormat.getFieldInfosReader()
           
 



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