From 7441601a2da37aa29e380311cc6dd1795dd4a0c4 Mon Sep 17 00:00:00 2001 From: Vijayan Balasubramanian Date: Thu, 14 Oct 2021 18:31:09 -0700 Subject: [PATCH] Replace with unicode UTF8 character Signed-off-by: Vijayan Balasubramanian --- .../opensearch/_global/rank_eval/DocumentRating.java | 8 ++++---- .../_global/rank_eval/RankEvalMetricDetail.java | 6 +++--- .../opensearch/_global/rank_eval/RankEvalRequestItem.java | 4 ++-- .../client/opensearch/cluster/StatsRequest.java | 4 ++-- .../client/opensearch/cluster/StatsResponse.java | 6 +++--- .../client/opensearch/cluster/stats/ClusterNodes.java | 6 +++--- .../ingest/geo_ip_stats/GeoIpNodeDatabases.java | 6 +++--- .../client/opensearch/nodes/NodesResponseBase.java | 6 +++--- .../opensearch/client/opensearch/nodes/info/NodeInfo.java | 8 ++++---- 9 files changed, 27 insertions(+), 27 deletions(-) diff --git a/java-client/src/main/java/org/opensearch/client/opensearch/_global/rank_eval/DocumentRating.java b/java-client/src/main/java/org/opensearch/client/opensearch/_global/rank_eval/DocumentRating.java index eb20ce5fc3..3097ef11e7 100644 --- a/java-client/src/main/java/org/opensearch/client/opensearch/_global/rank_eval/DocumentRating.java +++ b/java-client/src/main/java/org/opensearch/client/opensearch/_global/rank_eval/DocumentRating.java @@ -74,7 +74,7 @@ public String id() { } /** - * The document’s index. For data streams, this should be the document’s backing + * The document's index. For data streams, this should be the document's backing * index. * * API name: {@code _index} @@ -84,7 +84,7 @@ public String index() { } /** - * The document’s relevance with regard to this search request. + * The document's relevance with regard to this search request. * * API name: {@code rating} */ @@ -137,7 +137,7 @@ public Builder id(String value) { } /** - * The document’s index. For data streams, this should be the document’s backing + * The document's index. For data streams, this should be the document's backing * index. * * API name: {@code _index} @@ -148,7 +148,7 @@ public Builder index(String value) { } /** - * The document’s relevance with regard to this search request. + * The document's relevance with regard to this search request. * * API name: {@code rating} */ diff --git a/java-client/src/main/java/org/opensearch/client/opensearch/_global/rank_eval/RankEvalMetricDetail.java b/java-client/src/main/java/org/opensearch/client/opensearch/_global/rank_eval/RankEvalMetricDetail.java index 44ea81c57b..cf668ff5fd 100644 --- a/java-client/src/main/java/org/opensearch/client/opensearch/_global/rank_eval/RankEvalMetricDetail.java +++ b/java-client/src/main/java/org/opensearch/client/opensearch/_global/rank_eval/RankEvalMetricDetail.java @@ -86,7 +86,7 @@ public Number metricScore() { /** * The unrated_docs section contains an _index and _id entry for each document - * in the search result for this query that didn’t have a ratings value. This + * in the search result for this query that didn't have a ratings value. This * can be used to ask the user to supply ratings for these documents * * API name: {@code unrated_docs} @@ -190,7 +190,7 @@ public Builder metricScore(Number value) { /** * The unrated_docs section contains an _index and _id entry for each document - * in the search result for this query that didn’t have a ratings value. This + * in the search result for this query that didn't have a ratings value. This * can be used to ask the user to supply ratings for these documents * * API name: {@code unrated_docs} @@ -202,7 +202,7 @@ public Builder unratedDocs(List value) { /** * The unrated_docs section contains an _index and _id entry for each document - * in the search result for this query that didn’t have a ratings value. This + * in the search result for this query that didn't have a ratings value. This * can be used to ask the user to supply ratings for these documents * * API name: {@code unrated_docs} diff --git a/java-client/src/main/java/org/opensearch/client/opensearch/_global/rank_eval/RankEvalRequestItem.java b/java-client/src/main/java/org/opensearch/client/opensearch/_global/rank_eval/RankEvalRequestItem.java index f5fc29c433..1531995b0c 100644 --- a/java-client/src/main/java/org/opensearch/client/opensearch/_global/rank_eval/RankEvalRequestItem.java +++ b/java-client/src/main/java/org/opensearch/client/opensearch/_global/rank_eval/RankEvalRequestItem.java @@ -82,7 +82,7 @@ protected RankEvalRequestItem(Builder builder) { } /** - * The search request’s ID, used to group result details later. + * The search request's ID, used to group result details later. * * API name: {@code id} */ @@ -199,7 +199,7 @@ public static class Builder implements ObjectBuilder { private Map params; /** - * The search request’s ID, used to group result details later. + * The search request's ID, used to group result details later. * * API name: {@code id} */ diff --git a/java-client/src/main/java/org/opensearch/client/opensearch/cluster/StatsRequest.java b/java-client/src/main/java/org/opensearch/client/opensearch/cluster/StatsRequest.java index fd74affb9c..396669312f 100644 --- a/java-client/src/main/java/org/opensearch/client/opensearch/cluster/StatsRequest.java +++ b/java-client/src/main/java/org/opensearch/client/opensearch/cluster/StatsRequest.java @@ -89,7 +89,7 @@ public Boolean flatSettings() { /** * Period to wait for each node to respond. If a node does not respond before * its timeout expires, the response does not include its stats. However, timed - * out nodes are included in the response’s _nodes.failed property. Defaults to + * out nodes are included in the response's _nodes.failed property. Defaults to * no timeout. * * API name: {@code timeout} @@ -136,7 +136,7 @@ public Builder flatSettings(@Nullable Boolean value) { /** * Period to wait for each node to respond. If a node does not respond before * its timeout expires, the response does not include its stats. However, timed - * out nodes are included in the response’s _nodes.failed property. Defaults to + * out nodes are included in the response's _nodes.failed property. Defaults to * no timeout. * * API name: {@code timeout} diff --git a/java-client/src/main/java/org/opensearch/client/opensearch/cluster/StatsResponse.java b/java-client/src/main/java/org/opensearch/client/opensearch/cluster/StatsResponse.java index 2e2b50b8ad..a0bac97219 100644 --- a/java-client/src/main/java/org/opensearch/client/opensearch/cluster/StatsResponse.java +++ b/java-client/src/main/java/org/opensearch/client/opensearch/cluster/StatsResponse.java @@ -105,7 +105,7 @@ public ClusterIndices indices() { } /** - * Contains statistics about nodes selected by the request’s node filters. + * Contains statistics about nodes selected by the request's node filters. * * API name: {@code nodes} */ @@ -216,7 +216,7 @@ public Builder indices(Function { private List versions; /** - * Contains counts for nodes selected by the request’s node filters. + * Contains counts for nodes selected by the request's node filters. * * API name: {@code count} */ @@ -301,7 +301,7 @@ public Builder count(ClusterNodeCount value) { } /** - * Contains counts for nodes selected by the request’s node filters. + * Contains counts for nodes selected by the request's node filters. * * API name: {@code count} */ diff --git a/java-client/src/main/java/org/opensearch/client/opensearch/ingest/geo_ip_stats/GeoIpNodeDatabases.java b/java-client/src/main/java/org/opensearch/client/opensearch/ingest/geo_ip_stats/GeoIpNodeDatabases.java index dad3e1fb22..d85be35a5e 100644 --- a/java-client/src/main/java/org/opensearch/client/opensearch/ingest/geo_ip_stats/GeoIpNodeDatabases.java +++ b/java-client/src/main/java/org/opensearch/client/opensearch/ingest/geo_ip_stats/GeoIpNodeDatabases.java @@ -76,7 +76,7 @@ public List databases() { /** * Downloaded database files, including related license files. Elasticsearch - * stores these files in the node’s temporary directory: + * stores these files in the node's temporary directory: * $ES_TMPDIR/geoip-databases/<node_id>. * * API name: {@code files_in_temp} @@ -171,7 +171,7 @@ public Builder addDatabases(Function value) { /** * Downloaded database files, including related license files. Elasticsearch - * stores these files in the node’s temporary directory: + * stores these files in the node's temporary directory: * $ES_TMPDIR/geoip-databases/<node_id>. * * API name: {@code files_in_temp} diff --git a/java-client/src/main/java/org/opensearch/client/opensearch/nodes/NodesResponseBase.java b/java-client/src/main/java/org/opensearch/client/opensearch/nodes/NodesResponseBase.java index 492e09a5be..4d070f17ce 100644 --- a/java-client/src/main/java/org/opensearch/client/opensearch/nodes/NodesResponseBase.java +++ b/java-client/src/main/java/org/opensearch/client/opensearch/nodes/NodesResponseBase.java @@ -59,7 +59,7 @@ protected NodesResponseBase(AbstractBuilder builder) { } /** - * Contains statistics about the number of nodes selected by the request’s node + * Contains statistics about the number of nodes selected by the request's node * filters. * * API name: {@code _nodes} @@ -88,7 +88,7 @@ protected abstract static class AbstractBuilder> } /** - * The node’s IP address. + * The node's IP address. * * API name: {@code ip} */