Uses of Class
org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.IndexTermSelector
-
Packages that use VariableGapTermsIndexWriter.IndexTermSelector Package Description org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations. -
-
Uses of VariableGapTermsIndexWriter.IndexTermSelector in org.apache.lucene.codecs.blockterms
Subclasses of VariableGapTermsIndexWriter.IndexTermSelector in org.apache.lucene.codecs.blockterms Modifier and Type Class Description static class
VariableGapTermsIndexWriter.EveryNOrDocFreqTermSelector
Sets an index term when docFreq >= docFreqThresh, or every interval terms.static class
VariableGapTermsIndexWriter.EveryNTermSelector
Same policy asFixedGapTermsIndexWriter
Fields in org.apache.lucene.codecs.blockterms declared as VariableGapTermsIndexWriter.IndexTermSelector Modifier and Type Field Description private VariableGapTermsIndexWriter.IndexTermSelector
VariableGapTermsIndexWriter. policy
Constructors in org.apache.lucene.codecs.blockterms with parameters of type VariableGapTermsIndexWriter.IndexTermSelector Constructor Description VariableGapTermsIndexWriter(SegmentWriteState state, VariableGapTermsIndexWriter.IndexTermSelector policy)
-