Class Summaries

java.lang.Object
com.yahoo.schema.derived.Derived
com.yahoo.schema.derived.Summaries
All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer, Exportable, com.yahoo.vespa.config.search.SummaryConfig.Producer

public class Summaries extends Derived implements com.yahoo.vespa.config.search.SummaryConfig.Producer
A list of derived summaries
Author:
bratseth
  • Constructor Details

    • Summaries

      public Summaries(Schema schema, com.yahoo.config.application.api.DeployLogger deployLogger, com.yahoo.config.model.api.ModelContext.FeatureFlags featureFlags)
  • Method Details

    • asList

      public List<SummaryClass> asList()
    • getDerivedName

      protected String getDerivedName()
      Specified by:
      getDerivedName in class Derived
    • getConfig

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