Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusting Search Ranking to Prioritize Newer Documents #2333

Open
ram-atea opened this issue Feb 6, 2025 · 1 comment
Open

Adjusting Search Ranking to Prioritize Newer Documents #2333

ram-atea opened this issue Feb 6, 2025 · 1 comment

Comments

@ram-atea
Copy link

ram-atea commented Feb 6, 2025

Hi! I'm looking to tweak the search ranking so that newer documents receive slightly higher scores than older ones. We have a document database where newer documents are generally more relevant, so we want to prioritize them in the search results.

I already have a date field in the index (stored in datetime format) and would love to hear any suggestions on the best way to implement this.

If anyone has ideas I could try out, I'd really appreciate it! 😊
Thanks in advance!

@iMicknl
Copy link

iMicknl commented Feb 6, 2025

Scoring Profile (https://learn.microsoft.com/en-us/azure/search/index-add-scoring-profiles) can help you here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants