Reputation: 6832
We're trying to send our company's json data up to Amazon Cloud search for indexing. We were optimistic we'd just be able to send it over as-is, but our attribute names are camelCased and Amazon's Dashboard seems to be indicating that it only accepts lowercase letters and numbers.
Do we really have to transform all of our Json data just for Amazon? Why would they enforce this seemngly arbitrary restriction on their data?
Upvotes: 2
Views: 222
Reputation: 414
This has been a headache for me when using Cloudsearch too. Index names do have to all be lowercase.
This issue, along with no support for substring searches (except for starts-with searches) and the inability to sort results case-insensitively, have been the biggest (and most mind-boggling) hurdles to jump.
Upvotes: 1