Join Slack
Powered by
Once a value has been inferred from an object type...
# random
y
Yoshi Gillaspie
05/18/2023, 11:29 PM
Once a value has been inferred from an object type in schema, is there any way to reset it? I have a field that was inferred as text, but I want to change it to an int.
j
Jason Bosco
05/18/2023, 11:58 PM
For large datasets, it’s best to create a new collection with the updated definition for that field and reimport the documents. For small (say 500K or less), you can change the inferred definitions this way:
https://typesense.org/docs/0.24.1/api/collections.html#modifying-an-existing-field
Open in Slack
Previous
Next