Checking Imported Rows in Typesense Server
TLDR andy was uncertain about how to view imported rows on Typesense server. Jason guided them to use a GET /collections command and further clarified to use curl from the command line. Ultimately, andy successfully imported their json file.
2
Dec 02, 2022 (13 months ago)
andy
02:36 PMJason
02:43 PMandy
02:48 PMwith
typesense-server --data-dir=/var/lib/typesense --api-key=bxxx
andy
02:48 PMandy
02:48 PMJason
02:48 PMJason
02:49 PMandy
02:51 PMandy
02:51 PMandy
03:06 PMandy
03:13 PM1
andy
03:13 PMandy
03:14 PMandy
03:14 PM1
Typesense
Indexed 3015 threads (79% resolved)
Similar Threads
Issues with Importing Typesense Collection to Different Server
Kevin had problems migrating a Typesense collection between Docusaurus sites on different machines. Jason advised them on JSONL format, handling server hosting, and creating a collection schema before importing documents, leading to successful import.
Troubleshooting Typesense Document Import Error
Christopher had trouble importing 2.1M documents into Typesense due to memory errors. Jason clarified the system requirements, explaining the correlation between RAM and dataset size, and ways to tackle the issue. They both also discussed database-like query options.
Revisiting Typesense for Efficient DB Indexing and Querying
kopach experienced slow indexing and crashes with Typesense. The community suggested to use batch import and check the server's resources. Improvements were made but additional support was needed for special characters and multi-search queries.
Typesense Server Bulk Import/Upsert Issue Resolved
Adam was confused about the discrepancy between the successful responses and the actual indexed data while working with a custom WP plugin integrating with Typesense. The issue was a bug related to fetching documents in the wrong order, not a Typesense problem.
Handling Large JSON File for Typesense
Matt struggled with processing a large JSON file for Typesense. Kishore Nallan explained how to create a schema, convert to JSONL, and import the file. They also identified the necessary keys from the JSON.