am looking to create (index) a documents with base-64 chars that include slashes.
ES reliably returns http. 400
What is the preferred work-around when this is the case? In this context, am using this as Doc ID and will not be searching on it; rather just as a nosql key lookup.
am looking to create (index) a documents with base-64 chars that include
slashes.
ES reliably returns http. 400
What is the preferred work-around when this is the case? In this context,
am
using this as Doc ID and will not be searching on it; rather just as a
nosql
key lookup.
indeed- just wanted to get verification that adding a key should use URI escaping.
Everything works fine w/ escaping: docids --and doctype too.
And for index names, the error message is self-evident:
{"error": ".. must not contain the following characters [\, /, *, ?, ", <, >, |, , ,]]","status":400}
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.