Fix typo in QueryBuilders Javadoc. (#47362)
This PR fixes a typo in the Javadoc for terms queries in QueryBuilders.
This commit is contained in:
parent
28c1677341
commit
8243e99134
|
@ -510,7 +510,7 @@ public final class QueryBuilders {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A filer for a field based on several terms matching on any of them.
|
* A filter for a field based on several terms matching on any of them.
|
||||||
*
|
*
|
||||||
* @param name The field name
|
* @param name The field name
|
||||||
* @param values The terms
|
* @param values The terms
|
||||||
|
@ -520,7 +520,7 @@ public final class QueryBuilders {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A filer for a field based on several terms matching on any of them.
|
* A filter for a field based on several terms matching on any of them.
|
||||||
*
|
*
|
||||||
* @param name The field name
|
* @param name The field name
|
||||||
* @param values The terms
|
* @param values The terms
|
||||||
|
@ -530,7 +530,7 @@ public final class QueryBuilders {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A filer for a field based on several terms matching on any of them.
|
* A filter for a field based on several terms matching on any of them.
|
||||||
*
|
*
|
||||||
* @param name The field name
|
* @param name The field name
|
||||||
* @param values The terms
|
* @param values The terms
|
||||||
|
@ -540,7 +540,7 @@ public final class QueryBuilders {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A filer for a field based on several terms matching on any of them.
|
* A filter for a field based on several terms matching on any of them.
|
||||||
*
|
*
|
||||||
* @param name The field name
|
* @param name The field name
|
||||||
* @param values The terms
|
* @param values The terms
|
||||||
|
@ -550,7 +550,7 @@ public final class QueryBuilders {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A filer for a field based on several terms matching on any of them.
|
* A filter for a field based on several terms matching on any of them.
|
||||||
*
|
*
|
||||||
* @param name The field name
|
* @param name The field name
|
||||||
* @param values The terms
|
* @param values The terms
|
||||||
|
@ -560,7 +560,7 @@ public final class QueryBuilders {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A filer for a field based on several terms matching on any of them.
|
* A filter for a field based on several terms matching on any of them.
|
||||||
*
|
*
|
||||||
* @param name The field name
|
* @param name The field name
|
||||||
* @param values The terms
|
* @param values The terms
|
||||||
|
@ -570,7 +570,7 @@ public final class QueryBuilders {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A filer for a field based on several terms matching on any of them.
|
* A filter for a field based on several terms matching on any of them.
|
||||||
*
|
*
|
||||||
* @param name The field name
|
* @param name The field name
|
||||||
* @param values The terms
|
* @param values The terms
|
||||||
|
|
Loading…
Reference in New Issue