Package | Description |
---|---|
org.apache.lucene.codecs.blockterms |
Pluggable term index / block terms dictionary implementations.
|
Modifier and Type | Class and Description |
---|---|
static class |
VariableGapTermsIndexWriter.EveryNOrDocFreqTermSelector
Sets an index term when docFreq >= docFreqThresh, or
every interval terms.
|
static class |
VariableGapTermsIndexWriter.EveryNTermSelector
Same policy as
FixedGapTermsIndexWriter |
Constructor and Description |
---|
VariableGapTermsIndexWriter(SegmentWriteState state,
VariableGapTermsIndexWriter.IndexTermSelector policy) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.