Importing JSON file into Database
TLDR andy needed information about adding a database to their search db using JSON files. Kishore Nallan explained that imported JSON files can have additional fields.
Dec 10, 2022 (12 months ago)
andy
08:50 AMDec 12, 2022 (12 months ago)
Kishore Nallan
02:10 AMTypesense
Indexed 3005 threads (79% resolved)
Similar Threads
Prioritizing JSONL Files in Imports by Adding a Ranking
andy sought advice on applying different importance levels for imported JSONL files. Kishore Nallan suggested ranking the files by creating a 'priority' field. andy implemented the advice successfully.
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.
Optimizing JSON Data Import and Search with PHP Library
Arumugam experienced slow search results and data import time with json and PHP library. Kishore Nallan advised trying import and provided guidance on integrating the function into a PHP application. The issue was resolved as the search results are now displayed faster.