Class Field.Type

java.lang.Object
com.yahoo.search.schema.Field.Type
Direct Known Subclasses:
Field.TensorFieldType
Enclosing class:
Field

public static class Field.Type extends Object
  • Method Details

    • kind

      public Field.Type.Kind kind()
      Returns the kind of type this is. Structured types have additional information in the subclass specific to that kind of type.
    • from

      public static Field.Type from(String typeString)
      Creates this from a type string on the syntax following "field [name] type " in a schema definition.