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

Packages that use TermsIndexReaderBase
org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. 
 

Uses of TermsIndexReaderBase in org.apache.lucene.codecs
 

Subclasses of TermsIndexReaderBase in org.apache.lucene.codecs
 class FixedGapTermsIndexReader
          TermsIndexReader for simple every-nth terms indexes.
 class VariableGapTermsIndexReader
          See VariableGapTermsIndexWriter
 

Constructors in org.apache.lucene.codecs with parameters of type TermsIndexReaderBase
BlockTermsReader(TermsIndexReaderBase indexReader, Directory dir, FieldInfos fieldInfos, String segment, PostingsReaderBase postingsReader, IOContext context, int termsCacheSize, String segmentSuffix)
           
 



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