Uses of Class
com.yahoo.vespa.config.search.vsm.VsmfieldsConfig.Documenttype.Builder
-
Uses of VsmfieldsConfig.Documenttype.Builder in com.yahoo.vespa.config.search.vsm
Fields in com.yahoo.vespa.config.search.vsm with type parameters of type VsmfieldsConfig.Documenttype.BuilderMethods in com.yahoo.vespa.config.search.vsm that return VsmfieldsConfig.Documenttype.BuilderModifier and TypeMethodDescriptionVsmfieldsConfig.Documenttype.Builder.index(VsmfieldsConfig.Documenttype.Index.Builder __builder) Add the given builder to this builder's list of Index buildersVsmfieldsConfig.Documenttype.Builder.index(Consumer<VsmfieldsConfig.Documenttype.Index.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listVsmfieldsConfig.Documenttype.Builder.index(List<VsmfieldsConfig.Documenttype.Index.Builder> __builders) Set the given list as this builder's list of Index buildersMethods in com.yahoo.vespa.config.search.vsm with parameters of type VsmfieldsConfig.Documenttype.BuilderModifier and TypeMethodDescriptionVsmfieldsConfig.Builder.documenttype(VsmfieldsConfig.Documenttype.Builder __builder) Add the given builder to this builder's list of Documenttype buildersMethod parameters in com.yahoo.vespa.config.search.vsm with type arguments of type VsmfieldsConfig.Documenttype.BuilderModifier and TypeMethodDescriptionVsmfieldsConfig.Builder.documenttype(Consumer<VsmfieldsConfig.Documenttype.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listVsmfieldsConfig.Builder.documenttype(List<VsmfieldsConfig.Documenttype.Builder> __builders) Set the given list as this builder's list of Documenttype buildersConstructors in com.yahoo.vespa.config.search.vsm with parameters of type VsmfieldsConfig.Documenttype.Builder