Class IndexSchema.IndexField

java.lang.Object
com.yahoo.schema.derived.IndexSchema.IndexField
Enclosing class:
IndexSchema

public static class IndexSchema.IndexField extends Object
Representation of an index field with name and data type.
  • Constructor Details

    • IndexField

      public IndexField(String name, Index.Type type, com.yahoo.document.DataType sdFieldType)
  • Method Details

    • setIndexSettings

      public void setIndexSettings(Index index)
    • getName

      public String getName()
    • getType

      public String getType()
    • getCollectionType

      public String getCollectionType()
    • hasPrefix

      public boolean hasPrefix()
    • useInterleavedFeatures

      public boolean useInterleavedFeatures()