Class IndexedSearchCluster.UnionConfiguration

  • All Implemented Interfaces:
    com.yahoo.config.ConfigInstance.Producer, com.yahoo.vespa.config.search.AttributesConfig.Producer, ConfigProducer, java.io.Serializable
    Enclosing class:
    IndexedSearchCluster

    public static class IndexedSearchCluster.UnionConfiguration
    extends AbstractConfigProducer
    implements com.yahoo.vespa.config.search.AttributesConfig.Producer
    Class used to retrieve combined configuration from multiple document databases. It is not a ConfigInstance.Producer of those configs, that is handled (by delegating to this) by the IndexedSearchCluster which is the parent to this. This avoids building the config multiple times.
    See Also:
    Serialized Form
    • Method Detail

      • getConfig

        public void getConfig​(com.yahoo.search.config.IndexInfoConfig.Builder builder)
      • getConfig

        public void getConfig​(com.yahoo.vespa.configdefinition.IlscriptsConfig.Builder builder)
      • getConfig

        public void getConfig​(com.yahoo.vespa.config.search.AttributesConfig.Builder builder)
        Specified by:
        getConfig in interface com.yahoo.vespa.config.search.AttributesConfig.Producer
      • getConfig

        public void getConfig​(com.yahoo.vespa.config.search.RankProfilesConfig.Builder builder)