Skip to content

Feature/9002 optimise reranking algorithm - #334

Draft
shaunahu wants to merge 8 commits into
mainfrom
feature/9002-optimise-reranking-algorithm
Draft

Feature/9002 optimise reranking algorithm#334
shaunahu wants to merge 8 commits into
mainfrom
feature/9002-optimise-reranking-algorithm

Conversation

@shaunahu

@shaunahushaunahu commented Aug 25, 2026

Copy link
Copy Markdown
Contributor
  1. remove dataset_group from should clouse to sort option. So a matched dataset_group not contribute to the ES relevance score, but used for priority sorting. This aims to reduce the noises of current method, which gives matched dataset_group query a very high boost, and resulting in a matched organisation record even though have low relevance, it is still in the search result list.
image
  1. update the explain simplified response structure, to include sort options. So that easy to understand which field prioritised the record.
image

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@shaunahu