@@ -485,7 +485,7 @@ public static NestedQueryBuilder nestedQuery(String path, QueryBuilder query, Sc
485
485
}
486
486
487
487
/**
488
- * A filer for a field based on several terms matching on any of them.
488
+ * A filter for a field based on several terms matching on any of them.
489
489
*
490
490
* @param name The field name
491
491
* @param values The terms
@@ -495,7 +495,7 @@ public static TermsQueryBuilder termsQuery(String name, String... values) {
495
495
}
496
496
497
497
/**
498
- * A filer for a field based on several terms matching on any of them.
498
+ * A filter for a field based on several terms matching on any of them.
499
499
*
500
500
* @param name The field name
501
501
* @param values The terms
@@ -505,7 +505,7 @@ public static TermsQueryBuilder termsQuery(String name, int... values) {
505
505
}
506
506
507
507
/**
508
- * A filer for a field based on several terms matching on any of them.
508
+ * A filter for a field based on several terms matching on any of them.
509
509
*
510
510
* @param name The field name
511
511
* @param values The terms
@@ -515,7 +515,7 @@ public static TermsQueryBuilder termsQuery(String name, long... values) {
515
515
}
516
516
517
517
/**
518
- * A filer for a field based on several terms matching on any of them.
518
+ * A filter for a field based on several terms matching on any of them.
519
519
*
520
520
* @param name The field name
521
521
* @param values The terms
@@ -525,7 +525,7 @@ public static TermsQueryBuilder termsQuery(String name, float... values) {
525
525
}
526
526
527
527
/**
528
- * A filer for a field based on several terms matching on any of them.
528
+ * A filter for a field based on several terms matching on any of them.
529
529
*
530
530
* @param name The field name
531
531
* @param values The terms
@@ -535,7 +535,7 @@ public static TermsQueryBuilder termsQuery(String name, double... values) {
535
535
}
536
536
537
537
/**
538
- * A filer for a field based on several terms matching on any of them.
538
+ * A filter for a field based on several terms matching on any of them.
539
539
*
540
540
* @param name The field name
541
541
* @param values The terms
@@ -545,7 +545,7 @@ public static TermsQueryBuilder termsQuery(String name, Object... values) {
545
545
}
546
546
547
547
/**
548
- * A filer for a field based on several terms matching on any of them.
548
+ * A filter for a field based on several terms matching on any of them.
549
549
*
550
550
* @param name The field name
551
551
* @param values The terms
0 commit comments