Adding Data to Existing Collection with Typesense
TLDR Rotfisch wants to add new data to an existing collection in Typesense. Jainil suggested using action=create for importing documents, while Jason explained that merging collections is not possible without modifying the docsearch-scraper.
Apr 08, 2023 (8 months ago)
Rotfisch
05:02 PMWhat is the best way to add new data to a collection?
Jainil
05:37 PMApr 09, 2023 (8 months ago)
Jason
01:47 PMApr 11, 2023 (8 months ago)
Rotfisch
07:21 AMJason
01:14 PMTypesense
Indexed 3011 threads (79% resolved)
Similar Threads
Crawler Deleting Old Collection and Creating New Name
James faced issues with Typesense as the crawler changed collection names, breaking their production website. Jason suggested changing "index_name" in their config file to their desired name and explained the reason behind the name combination differences.
API Key Permissions for Typesense Docsearch Scraper
JP asked about configuring API key actions for reindexing a site using Typesense. Kishore Nallan clarified the required permission. Then, JP and Jason discussed specific permission configurations, and JP made a documentation update to illustrate their findings.
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.