Class IndexSchema

java.lang.Object
com.yahoo.schema.derived.Derived
com.yahoo.schema.derived.IndexSchema

public class IndexSchema extends Derived
Deriver of indexschema config containing information of all text index fields with name and data type.
Author:
geirst
  • Constructor Details

    • IndexSchema

      public IndexSchema(Schema schema)
  • Method Details

    • containsField

      public boolean containsField(String fieldName)
    • derive

      protected void derive(Schema schema)
      Description copied from class: Derived
      Derives the content of this configuration. This default calls derive(Document) for each document and derive(SDField) for each search definition level field AND sets the name of this to the name of the input search definition
      Overrides:
      derive in class Derived
    • derive

      protected void derive(ImmutableSDField field, Schema schema)
      Description copied from class: Derived
      Derives the content of this configuration. This default does nothing.
      Overrides:
      derive in class Derived
    • getDerivedName

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

      public void getConfig(com.yahoo.vespa.config.search.IndexschemaConfig.Builder icB)
    • export

      public void export(String toDirectory) throws IOException
      Throws:
      IOException
    • getFields

      public List<IndexSchema.IndexField> getFields()