aws-sdk-cloudsearch 1.67.0 → 1.68.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudsearch/client.rb +1 -1
- data/lib/aws-sdk-cloudsearch/types.rb +2 -2
- data/lib/aws-sdk-cloudsearch.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b67651a50568c771bb415920b1233c3435307f039b1633d93e0957d921706363
|
|
4
|
+
data.tar.gz: a8eb85cc22e5c627184fc6262817f3d67762d7daac92af1218989a1a253409a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: edcfd2aa07ab4898a79f37dedeadc77bae345db4257f0a4e1aaa00951449803aba9a76c1cb8e20cf6d3aec8fcd52fd44856416d5bc149fbfef84e2ebf97903da
|
|
7
|
+
data.tar.gz: 85c81d21d841955a4c5687d17e2c5b16570f482ae2ff9c0b757d49a2c5735c2294ee9687b370de1b972fba93b10c1fa60e7cfd74d70862f5c8a499535b489c6f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.68.0
|
|
@@ -64,8 +64,8 @@ module Aws::CloudSearch
|
|
|
64
64
|
#
|
|
65
65
|
# @!attribute [rw] stemming_dictionary
|
|
66
66
|
# A JSON object that contains a collection of string:value pairs that
|
|
67
|
-
# each map a term to its stem. For example,
|
|
68
|
-
# "term2": "stem2", "term3": "stem3"
|
|
67
|
+
# each map a term to its stem. For example, `{"term1": "stem1",
|
|
68
|
+
# "term2": "stem2", "term3": "stem3"}`. The stemming dictionary is
|
|
69
69
|
# applied in addition to any algorithmic stemming. This enables you to
|
|
70
70
|
# override the results of the algorithmic stemming to correct specific
|
|
71
71
|
# cases of overstemming or understemming. The maximum size of a
|
data/lib/aws-sdk-cloudsearch.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-cloudsearch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.68.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|