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

Packages that use TermsIndexReaderBase
org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations. 
 

Uses of TermsIndexReaderBase in org.apache.lucene.codecs.blockterms
 

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

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



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