Uses of Class
org.apache.lucene.codecs.VariableGapTermsIndexWriter.IndexTermSelector

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

Uses of VariableGapTermsIndexWriter.IndexTermSelector in org.apache.lucene.codecs
 

Subclasses of VariableGapTermsIndexWriter.IndexTermSelector in org.apache.lucene.codecs
static class VariableGapTermsIndexWriter.EveryNOrDocFreqTermSelector
          Sets an index term when docFreq >= docFreqThresh, or every interval terms.
static class VariableGapTermsIndexWriter.EveryNTermSelector
          Same policy as FixedGapTermsIndexWriter
 

Constructors in org.apache.lucene.codecs with parameters of type VariableGapTermsIndexWriter.IndexTermSelector
VariableGapTermsIndexWriter(SegmentWriteState state, VariableGapTermsIndexWriter.IndexTermSelector policy)
           
 



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