Bulk Updating of Record Values in Typesense
TLDR Phillip inquired about the possibility of bulk updating in Typesense. robert confirmed it's possible using .import(docs, { mode: 'upsert' }) from the API.
Powered by Struct AI
1
1
1
2
12mo
Solved
Oct 19, 2022 (12 months ago)
Phillip
Phillip
10:37 PMIs there any way to do a bulk update of record values in Typesense? It doesn’t look like it from the docs but wanted to check.
robert
robert
10:59 PMYes. .import(docs, { mode: 'upsert' }) if i recall from the api
1
1
1
Typesense
Lightning-fast, open source search engine for everyone | Knowledge Base powered by Struct.AI
Indexed 2776 threads (79% resolved)
Similar Threads
Bulk Updating Records via Query in Typesense
Greg inquired about bulk updating records in Typesense using a query but Jason clarified that it's not possible, instead suggesting a method to get document IDs for updates.
3
11mo
Solved
Multiple Update in Typesense
Nikunj requested info on multiple updates in typesense, which Dima answered with a link for bulk import.
4
8mo
Solved
Adding and Updating Collections in Typesense Server
sonu asked about methods to add and update collections in a Typesense server. Jason advised that documents can be added individually or in bulk, and updates can be batched using the import function, even with a small React app with a MySQL database.
16
30mo
Solved