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