Interface DataType
-
public interface DataType
-
-
Field Summary
Fields Modifier and Type Field Description static StringBOOLEANstatic StringBOOLEAN_ARRAYstatic StringCREFstatic StringDATEstatic StringDATE_ARRAYstatic StringGEO_COORDINATESstatic StringINTstatic StringINT_ARRAYstatic StringNUMBERstatic StringNUMBER_ARRAYstatic StringPHONE_NUMBERstatic StringSTRINGDeprecated.static StringSTRING_ARRAYDeprecated.static StringTEXTstatic StringTEXT_ARRAYstatic StringUUIDstatic StringUUID_ARRAY
-
-
-
Field Detail
-
CREF
static final String CREF
- See Also:
- Constant Field Values
-
STRING
@Deprecated static final String STRING
Deprecated.As of Weaviate v1.19 'string' is deprecated and replaced by 'text'.
See data types- See Also:
- Constant Field Values
-
TEXT
static final String TEXT
- See Also:
- Constant Field Values
-
INT
static final String INT
- See Also:
- Constant Field Values
-
NUMBER
static final String NUMBER
- See Also:
- Constant Field Values
-
BOOLEAN
static final String BOOLEAN
- See Also:
- Constant Field Values
-
DATE
static final String DATE
- See Also:
- Constant Field Values
-
GEO_COORDINATES
static final String GEO_COORDINATES
- See Also:
- Constant Field Values
-
PHONE_NUMBER
static final String PHONE_NUMBER
- See Also:
- Constant Field Values
-
UUID
static final String UUID
- See Also:
- Constant Field Values
-
STRING_ARRAY
@Deprecated static final String STRING_ARRAY
Deprecated.As of Weaviate v1.19 'string[]' is deprecated and replaced by 'text[]'.
See data types- See Also:
- Constant Field Values
-
TEXT_ARRAY
static final String TEXT_ARRAY
- See Also:
- Constant Field Values
-
INT_ARRAY
static final String INT_ARRAY
- See Also:
- Constant Field Values
-
NUMBER_ARRAY
static final String NUMBER_ARRAY
- See Also:
- Constant Field Values
-
BOOLEAN_ARRAY
static final String BOOLEAN_ARRAY
- See Also:
- Constant Field Values
-
DATE_ARRAY
static final String DATE_ARRAY
- See Also:
- Constant Field Values
-
UUID_ARRAY
static final String UUID_ARRAY
- See Also:
- Constant Field Values
-
-