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 classVariableGapTermsIndexWriter.EveryNOrDocFreqTermSelectorSets an index term when docFreq >= docFreqThresh, or every interval terms.static classVariableGapTermsIndexWriter.EveryNTermSelectorSame policy asFixedGapTermsIndexWriterFields in org.apache.lucene.codecs.blockterms declared as VariableGapTermsIndexWriter.IndexTermSelector Modifier and Type Field Description private VariableGapTermsIndexWriter.IndexTermSelectorVariableGapTermsIndexWriter. policyConstructors in org.apache.lucene.codecs.blockterms with parameters of type VariableGapTermsIndexWriter.IndexTermSelector Constructor Description VariableGapTermsIndexWriter(SegmentWriteState state, VariableGapTermsIndexWriter.IndexTermSelector policy)
-