Uses of Class
com.yahoo.vespa.config.search.IndexschemaConfig.Indexfield.Builder
Packages that use IndexschemaConfig.Indexfield.Builder
-
Uses of IndexschemaConfig.Indexfield.Builder in com.yahoo.vespa.config.search
Fields in com.yahoo.vespa.config.search with type parameters of type IndexschemaConfig.Indexfield.BuilderMethods in com.yahoo.vespa.config.search that return IndexschemaConfig.Indexfield.BuilderModifier and TypeMethodDescriptionIndexschemaConfig.Indexfield.Builder.averageelementlen(int __value) IndexschemaConfig.Indexfield.Builder.collectiontype(IndexschemaConfig.Indexfield.Collectiontype.Enum __value) IndexschemaConfig.Indexfield.Builder.datatype(IndexschemaConfig.Indexfield.Datatype.Enum __value) IndexschemaConfig.Indexfield.Builder.interleavedfeatures(boolean __value) IndexschemaConfig.Indexfield.Builder.phrases(boolean __value) IndexschemaConfig.Indexfield.Builder.positions(boolean __value) IndexschemaConfig.Indexfield.Builder.prefix(boolean __value) Methods in com.yahoo.vespa.config.search with parameters of type IndexschemaConfig.Indexfield.BuilderModifier and TypeMethodDescriptionIndexschemaConfig.Builder.indexfield(IndexschemaConfig.Indexfield.Builder __builder) Add the given builder to this builder's list of Indexfield buildersMethod parameters in com.yahoo.vespa.config.search with type arguments of type IndexschemaConfig.Indexfield.BuilderModifier and TypeMethodDescriptionIndexschemaConfig.Builder.indexfield(Consumer<IndexschemaConfig.Indexfield.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listIndexschemaConfig.Builder.indexfield(List<IndexschemaConfig.Indexfield.Builder> __builders) Set the given list as this builder's list of Indexfield buildersConstructors in com.yahoo.vespa.config.search with parameters of type IndexschemaConfig.Indexfield.Builder