Skip to content

Commit

Permalink
Update releasenotes/notes/metafieldranker_sort-order_refactor-2000d89…
Browse files Browse the repository at this point in the history
…dc40dc15a.yaml

Co-authored-by: Stefano Fiorucci <[email protected]>
  • Loading branch information
sjrl and anakin87 authored Jan 15, 2024
1 parent 0488e59 commit 7b40297
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
enhancements:
- |
Prevent the ranker from throwing an error if one or more of the documents doesn't contain the specific meta data field. Now those documents will be ignored for ranking purposes and placed at the end of the ranked list so we don't completely throw them away.
Prevent the `MetaFieldRanker` from throwing an error if one or more of the documents doesn't contain the specific meta data field. Now those documents will be ignored for ranking purposes and placed at the end of the ranked list so we don't completely throw them away.
Adding a sort_order that can have values of descending or ascending.
Added more runtime parameters.

0 comments on commit 7b40297

Please sign in to comment.