Skip to content

Commit a8a86ca

Browse files
committed
fixup! DATAES-462 - add query builder option to track scores
1 parent 2ab5b36 commit a8a86ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/elasticsearch/core/query/AbstractQuery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public boolean getTrackScores() {
170170
return trackScores;
171171
}
172172

173-
public void setTrackScores(boolean trackScores) {
173+
void setTrackScores(boolean trackScores) {
174174
this.trackScores = trackScores;
175175
}
176176
}

0 commit comments

Comments
 (0)