Prioritizing Multi-field Search Results in Java
TLDR suraj asks how to prioritize search results for multiple fields in Java. Kishore Nallan suggests using query by weights and provides Java client version 0.0.11-beta1
for Typesense.
Apr 10, 2023 (6 months ago)
suraj
12:11 PMHowever I am not able to get this field in java implementation, I am using 0.0.10 version, Also which is the latest version of java I can use, did not find this in doc
Kishore Nallan
01:03 PMApr 11, 2023 (6 months ago)
suraj
06:26 AMKishore Nallan
06:30 AM0.0.11-beta1
suraj
06:34 AMsuraj
06:34 AMTypesense
Indexed 2776 threads (79% resolved)
Similar Threads
Issues With `text_match` Scoring for Search Queries in Typesense
Colin encountered issues with the `text_match` scoring on Typesense v0.23.1. Jason and Kishore Nallan identified a potential issue with numeric overflow in the text match score and applied an unverified patch. The final resolution is unclear.
Understanding and Adjusting Query Parameter Weights
John needed help understanding default weights, manipulating weights, and sorting by weight in query parameters. Jason educated on default weights, sorting mechanism, and also suggested using buckets for sorting based on custom fields.
Enhancing Search Term Matching with Query Weight Parameter
John questions if there's a solution to control term matching in search fields despite `query_weight`. Jason suggests an approach whereas Kishore Nallan cites earlier dissatisfaction with similar method but is open to think over alternatives. John further suggests a potential solution but resolution is still pending.