You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: