@@ -500,7 +500,7 @@ public static NestedQueryBuilder nestedQuery(String path, QueryBuilder query, Sc
500
500
}
501
501
502
502
/**
503
- * A filer for a field based on several terms matching on any of them.
503
+ * A filter for a field based on several terms matching on any of them.
504
504
*
505
505
* @param name The field name
506
506
* @param values The terms
@@ -510,7 +510,7 @@ public static TermsQueryBuilder termsQuery(String name, String... values) {
510
510
}
511
511
512
512
/**
513
- * A filer for a field based on several terms matching on any of them.
513
+ * A filter for a field based on several terms matching on any of them.
514
514
*
515
515
* @param name The field name
516
516
* @param values The terms
@@ -520,7 +520,7 @@ public static TermsQueryBuilder termsQuery(String name, int... values) {
520
520
}
521
521
522
522
/**
523
- * A filer for a field based on several terms matching on any of them.
523
+ * A filter for a field based on several terms matching on any of them.
524
524
*
525
525
* @param name The field name
526
526
* @param values The terms
@@ -530,7 +530,7 @@ public static TermsQueryBuilder termsQuery(String name, long... values) {
530
530
}
531
531
532
532
/**
533
- * A filer for a field based on several terms matching on any of them.
533
+ * A filter for a field based on several terms matching on any of them.
534
534
*
535
535
* @param name The field name
536
536
* @param values The terms
@@ -540,7 +540,7 @@ public static TermsQueryBuilder termsQuery(String name, float... values) {
540
540
}
541
541
542
542
/**
543
- * A filer for a field based on several terms matching on any of them.
543
+ * A filter for a field based on several terms matching on any of them.
544
544
*
545
545
* @param name The field name
546
546
* @param values The terms
@@ -550,7 +550,7 @@ public static TermsQueryBuilder termsQuery(String name, double... values) {
550
550
}
551
551
552
552
/**
553
- * A filer for a field based on several terms matching on any of them.
553
+ * A filter for a field based on several terms matching on any of them.
554
554
*
555
555
* @param name The field name
556
556
* @param values The terms
@@ -560,7 +560,7 @@ public static TermsQueryBuilder termsQuery(String name, Object... values) {
560
560
}
561
561
562
562
/**
563
- * A filer for a field based on several terms matching on any of them.
563
+ * A filter for a field based on several terms matching on any of them.
564
564
*
565
565
* @param name The field name
566
566
* @param values The terms
0 commit comments