Uses of Class
com.yahoo.vespa.config.search.core.RankingExpressionsConfig.Expression.Builder
Packages that use RankingExpressionsConfig.Expression.Builder
-
Uses of RankingExpressionsConfig.Expression.Builder in com.yahoo.vespa.config.search.core
Fields in com.yahoo.vespa.config.search.core with type parameters of type RankingExpressionsConfig.Expression.BuilderMethods in com.yahoo.vespa.config.search.core that return RankingExpressionsConfig.Expression.BuilderModifier and TypeMethodDescriptionMethods in com.yahoo.vespa.config.search.core with parameters of type RankingExpressionsConfig.Expression.BuilderModifier and TypeMethodDescriptionRankingExpressionsConfig.Builder.expression(RankingExpressionsConfig.Expression.Builder __builder) Add the given builder to this builder's list of Expression buildersMethod parameters in com.yahoo.vespa.config.search.core with type arguments of type RankingExpressionsConfig.Expression.BuilderModifier and TypeMethodDescriptionRankingExpressionsConfig.Builder.expression(Consumer<RankingExpressionsConfig.Expression.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listRankingExpressionsConfig.Builder.expression(List<RankingExpressionsConfig.Expression.Builder> __builders) Set the given list as this builder's list of Expression buildersConstructors in com.yahoo.vespa.config.search.core with parameters of type RankingExpressionsConfig.Expression.Builder