Uses of Class
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter.MergeStrategy
-
Packages that use Lucene90CompressingStoredFieldsWriter.MergeStrategy Package Description org.apache.lucene.codecs.lucene90.compressing Lucene 9.0 compressing format. -
-
Uses of Lucene90CompressingStoredFieldsWriter.MergeStrategy in org.apache.lucene.codecs.lucene90.compressing
Fields in org.apache.lucene.codecs.lucene90.compressing declared as Lucene90CompressingStoredFieldsWriter.MergeStrategy Modifier and Type Field Description private Lucene90CompressingStoredFieldsWriter.MergeStrategy
Lucene90CompressingStoredFieldsWriter.CompressingStoredFieldsMergeSub. mergeStrategy
Methods in org.apache.lucene.codecs.lucene90.compressing that return Lucene90CompressingStoredFieldsWriter.MergeStrategy Modifier and Type Method Description private Lucene90CompressingStoredFieldsWriter.MergeStrategy
Lucene90CompressingStoredFieldsWriter. getMergeStrategy(MergeState mergeState, MatchingReaders matchingReaders, int readerIndex)
static Lucene90CompressingStoredFieldsWriter.MergeStrategy
Lucene90CompressingStoredFieldsWriter.MergeStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Lucene90CompressingStoredFieldsWriter.MergeStrategy[]
Lucene90CompressingStoredFieldsWriter.MergeStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.lucene.codecs.lucene90.compressing with parameters of type Lucene90CompressingStoredFieldsWriter.MergeStrategy Constructor Description CompressingStoredFieldsMergeSub(MergeState mergeState, Lucene90CompressingStoredFieldsWriter.MergeStrategy mergeStrategy, int readerIndex)
-