Initial Checks
Description
The string data type is deprecated in weaviate 1.19 so we need to update the type of DOCUMENTID to text.
The default tokenization for a text data type is word. This should be changed to keyword to be consistent with the behaviour when DOCUMENTID's data type was string.
Affected Components
Initial Checks
Description
The
stringdata type is deprecated in weaviate 1.19 so we need to update the type of DOCUMENTID totext.The default tokenization for a
textdata type isword. This should be changed tokeywordto be consistent with the behaviour when DOCUMENTID's data type wasstring.Affected Components