Uses of Class
com.yahoo.search.config.SchemaInfoConfig.Schema.Rankprofile.Builder
Packages that use SchemaInfoConfig.Schema.Rankprofile.Builder
-
Uses of SchemaInfoConfig.Schema.Rankprofile.Builder in com.yahoo.search.config
Fields in com.yahoo.search.config with type parameters of type SchemaInfoConfig.Schema.Rankprofile.BuilderMethods in com.yahoo.search.config that return SchemaInfoConfig.Schema.Rankprofile.BuilderModifier and TypeMethodDescriptionSchemaInfoConfig.Schema.Rankprofile.Builder.hasRankFeatures(boolean __value) SchemaInfoConfig.Schema.Rankprofile.Builder.hasSummaryFeatures(boolean __value) SchemaInfoConfig.Schema.Rankprofile.Builder.input(SchemaInfoConfig.Schema.Rankprofile.Input.Builder __builder) Add the given builder to this builder's list of Input buildersSchemaInfoConfig.Schema.Rankprofile.Builder.input(Consumer<SchemaInfoConfig.Schema.Rankprofile.Input.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listSchemaInfoConfig.Schema.Rankprofile.Builder.input(List<SchemaInfoConfig.Schema.Rankprofile.Input.Builder> __builders) Set the given list as this builder's list of Input buildersSchemaInfoConfig.Schema.Rankprofile.Builder.significance(SchemaInfoConfig.Schema.Rankprofile.Significance.Builder __builder) SchemaInfoConfig.Schema.Rankprofile.Builder.significance(Consumer<SchemaInfoConfig.Schema.Rankprofile.Significance.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listMethods in com.yahoo.search.config with parameters of type SchemaInfoConfig.Schema.Rankprofile.BuilderModifier and TypeMethodDescriptionSchemaInfoConfig.Schema.Builder.rankprofile(SchemaInfoConfig.Schema.Rankprofile.Builder __builder) Add the given builder to this builder's list of Rankprofile buildersMethod parameters in com.yahoo.search.config with type arguments of type SchemaInfoConfig.Schema.Rankprofile.BuilderModifier and TypeMethodDescriptionSchemaInfoConfig.Schema.Builder.rankprofile(Consumer<SchemaInfoConfig.Schema.Rankprofile.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listSchemaInfoConfig.Schema.Builder.rankprofile(List<SchemaInfoConfig.Schema.Rankprofile.Builder> __builders) Set the given list as this builder's list of Rankprofile buildersConstructors in com.yahoo.search.config with parameters of type SchemaInfoConfig.Schema.Rankprofile.Builder