Hi, I was wondering what data types are available in structured indexes? I was unable to find this in the documentation.
Here is a list of all datatypes as well as the features that they can have in a structured index.
Data types:
Structured indexes come with datatypes which must be specified in the type
attribute. Available types are:
text
int
(32 bit)float
(32 bit)long
(64 bit)double
(64 bit)array<text>
array<int>
array<float>
array<long>
array<double>
bool
multimodal_combination
(for multimodal combination fields)image_pointer
(for image URLs that you want to be downloaded)
Features:
Fields in structured indexes also have features which enable things like filtering, score modification, and lexical search.
int
andfloat
fields may havescore_modifier
in theirfeatures
text
andarray<text>
fields may havelexical
in theirfeatures
- everything except
image_pointer
andmultimodal_combination
can havefilter
in theirfeatures