Issues with okhttp Dependency in Quarkus app
TLDR Antonis faced errors while upserting a document in a Java Quarkus app. Kishore Nallan suggested excluding the okhttp dependency from Typesense to resolve the conflict.
1
Aug 23, 2023 (3 months ago)
Antonis
10:45 PMI'm working with the client for Java on a Quarkus app, and I'm getting this when upserting a single document:
java.lang.NoSuchMethodError: 'okhttp3.RequestBody okhttp3.RequestBody.create(java.lang.String, okhttp3.MediaType)'
Has anyone encountered it?
Aug 24, 2023 (3 months ago)
Kishore Nallan
04:30 AM1
Antonis
07:08 AMTypesense
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.
Handling Kinesis Stream Event Batching with Typesense
Dui had questions about how to handle Kinesis stream events with Typesense. Kishore Nallan suggested using upsert mode for creation/update and differentiating with logical deletion. After various discussions including identifying and resolving a bug, they finalized to introduce an `emplace` action in Typesense v0.23.
Troubleshooting Issues with DocSearch Hits and Scraper Configuration
Rubai encountered issues with search result priorities and ellipsis. Jason helped debug the issue and suggested using different versions of typesense-docsearch.js, updating initialization parameters, and running the scraper on a Linux-based environment. The issues related to hits structure and scraper configuration were resolved.