Uses of Class
com.yahoo.search.query.profile.config.QueryProfilesConfig.Builder
Packages that use QueryProfilesConfig.Builder
-
Uses of QueryProfilesConfig.Builder in com.yahoo.search.query.profile.config
Methods in com.yahoo.search.query.profile.config that return QueryProfilesConfig.BuilderModifier and TypeMethodDescriptionQueryProfilesConfig.Builder.enableGroupingSessionCache(boolean __value) QueryProfilesConfig.Builder.queryprofile(QueryProfilesConfig.Queryprofile.Builder __builder) Add the given builder to this builder's list of Queryprofile buildersQueryProfilesConfig.Builder.queryprofile(Consumer<QueryProfilesConfig.Queryprofile.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listQueryProfilesConfig.Builder.queryprofile(List<QueryProfilesConfig.Queryprofile.Builder> __builders) Set the given list as this builder's list of Queryprofile buildersQueryProfilesConfig.Builder.queryprofiletype(QueryProfilesConfig.Queryprofiletype.Builder __builder) Add the given builder to this builder's list of Queryprofiletype buildersQueryProfilesConfig.Builder.queryprofiletype(Consumer<QueryProfilesConfig.Queryprofiletype.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listQueryProfilesConfig.Builder.queryprofiletype(List<QueryProfilesConfig.Queryprofiletype.Builder> __builders) Set the given list as this builder's list of Queryprofiletype buildersMethods in com.yahoo.search.query.profile.config with parameters of type QueryProfilesConfig.BuilderModifier and TypeMethodDescriptionvoidQueryProfilesConfig.Producer.getConfig(QueryProfilesConfig.Builder builder) Constructors in com.yahoo.search.query.profile.config with parameters of type QueryProfilesConfig.Builder