Uses of Enum Class
com.yahoo.schema.derived.SchemaInfo.IndexMode
Packages that use SchemaInfo.IndexMode
-
Uses of SchemaInfo.IndexMode in com.yahoo.schema.derived
Methods in com.yahoo.schema.derived that return SchemaInfo.IndexModeModifier and TypeMethodDescriptionDerivedConfiguration.getIndexMode()SchemaInfo.getIndexMode()static SchemaInfo.IndexModeReturns the enum constant of this class with the specified name.static SchemaInfo.IndexMode[]SchemaInfo.IndexMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.schema.derived with parameters of type SchemaInfo.IndexModeModifierConstructorDescriptionDerivedConfiguration(DeployState deployState, Schema schema, SchemaInfo.IndexMode indexMode) Creates a complete derived configuration snapshot from a schema.SchemaInfo(Schema schema, SchemaInfo.IndexMode indexMode, RankProfileRegistry rankProfileRegistry, Summaries summaries)