I upserted some 4k documents, now it was changed t...
# community-help
s
I upserted some 4k documents, now it was changed that an additional detail should be part of the schema The detail is not used for vector, just facet, it is a simple array of strings (I have several such already, basically, taxonomy terms) Can I update the schema by adding just the new field, and then update each document only for that single field? So to basically avoid a full re-index, which will trigger a lenghty OAI API process as well? I can map the
id
from the typesense document to the
ID
of my local document, so identification would not be the issue. I am just not sure how I can update documents in "bulk"