Skip to content

Commit

Permalink
fix(sort): correct kind for score sort
Browse files Browse the repository at this point in the history
  • Loading branch information
mychalvlcek authored Jan 15, 2024
1 parent 81d6d61 commit 37ac904
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static ScoreSort of(Function<Builder, ObjectBuilder<ScoreSort>> fn) {
*/
@Override
public SortOptions.Kind _sortOptionsKind() {
return SortOptions.Kind.Doc;
return SortOptions.Kind.Score;
}

/**
Expand Down

0 comments on commit 37ac904

Please sign in to comment.