We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffb8c7 commit 49dea8bCopy full SHA for 49dea8b
src/main/java/org/elasticsearch/index/query/BoolQueryBuilder.java
@@ -85,7 +85,7 @@ public BoolQueryBuilder boost(float boost) {
85
}
86
87
/**
88
- * Disables <tt>Similarity#coord(int,int)</tt> in scoring. Defualts to <tt>false</tt>.
+ * Disables <tt>Similarity#coord(int,int)</tt> in scoring. Defaults to <tt>false</tt>.
89
*/
90
public BoolQueryBuilder disableCoord(boolean disableCoord) {
91
this.disableCoord = disableCoord;
0 commit comments