Uses of Enum Class
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter.MergeStrategy
Packages that use Lucene90CompressingStoredFieldsWriter.MergeStrategy
-
Uses of Lucene90CompressingStoredFieldsWriter.MergeStrategy in org.apache.lucene.codecs.lucene90.compressing
Fields in org.apache.lucene.codecs.lucene90.compressing declared as Lucene90CompressingStoredFieldsWriter.MergeStrategyModifier and TypeFieldDescriptionprivate final Lucene90CompressingStoredFieldsWriter.MergeStrategy
Lucene90CompressingStoredFieldsWriter.CompressingStoredFieldsMergeSub.mergeStrategy
Methods in org.apache.lucene.codecs.lucene90.compressing that return Lucene90CompressingStoredFieldsWriter.MergeStrategyModifier and TypeMethodDescriptionLucene90CompressingStoredFieldsWriter.getMergeStrategy
(MergeState mergeState, MatchingReaders matchingReaders, int readerIndex) Returns the enum constant of this class with the specified name.Lucene90CompressingStoredFieldsWriter.MergeStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.lucene.codecs.lucene90.compressing with parameters of type Lucene90CompressingStoredFieldsWriter.MergeStrategyModifierConstructorDescription(package private)
CompressingStoredFieldsMergeSub
(MergeState mergeState, Lucene90CompressingStoredFieldsWriter.MergeStrategy mergeStrategy, int readerIndex)