Class SchemaInfo

java.lang.Object
com.yahoo.schema.derived.Derived
com.yahoo.schema.derived.SchemaInfo
All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer, Exportable, com.yahoo.search.config.SchemaInfoConfig.Producer

public final class SchemaInfo extends Derived implements com.yahoo.search.config.SchemaInfoConfig.Producer
Information about a schema.
Author:
bratseth
  • Constructor Details

  • Method Details

    • name

      public String name()
    • getDerivedName

      public String getDerivedName()
      Specified by:
      getDerivedName in class Derived
    • fullSchema

      public Schema fullSchema()
    • rankProfiles

      public Map<String,SchemaInfo.RankProfileInfo> rankProfiles()
    • getConfig

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