Uses of Class
com.yahoo.vespa.config.search.ImportedFieldsConfig.Attribute.Builder
Packages that use ImportedFieldsConfig.Attribute.Builder
-
Uses of ImportedFieldsConfig.Attribute.Builder in com.yahoo.vespa.config.search
Fields in com.yahoo.vespa.config.search with type parameters of type ImportedFieldsConfig.Attribute.BuilderMethods in com.yahoo.vespa.config.search that return ImportedFieldsConfig.Attribute.BuilderModifier and TypeMethodDescriptionImportedFieldsConfig.Attribute.Builder.referencefield(String __value) ImportedFieldsConfig.Attribute.Builder.targetfield(String __value) Methods in com.yahoo.vespa.config.search with parameters of type ImportedFieldsConfig.Attribute.BuilderModifier and TypeMethodDescriptionImportedFieldsConfig.Builder.attribute(ImportedFieldsConfig.Attribute.Builder __builder) Add the given builder to this builder's list of Attribute buildersMethod parameters in com.yahoo.vespa.config.search with type arguments of type ImportedFieldsConfig.Attribute.BuilderModifier and TypeMethodDescriptionImportedFieldsConfig.Builder.attribute(Consumer<ImportedFieldsConfig.Attribute.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listImportedFieldsConfig.Builder.attribute(List<ImportedFieldsConfig.Attribute.Builder> __builders) Set the given list as this builder's list of Attribute buildersConstructors in com.yahoo.vespa.config.search with parameters of type ImportedFieldsConfig.Attribute.Builder