Besides from special characters, elasticsearch also does not seem to allow
other characters in fild names, such as <,> and a comma. Could anyone
please provide me with a full list of illegal characters for field names.
Besides from special characters, elasticsearch also does not seem to allow
other characters in fild names, such as <,> and a comma. Could anyone
please provide me with a full list of illegal characters for field names.
On Friday, 25 April 2014 13:56:19 UTC+1, Jörg Prante wrote:
Special characters in Elasticsearch field names are:
. (for navigation between name components)
(for delimiting name components in _uid, should work, but is discouraged)
(for matching names)
There are also some restrictions on type names for mappings:
must not start with underscore "_"
must not contain comma ","
must not contain hash mark "#"
usage of point "." is discouraged but possible
Jörg
On Fri, Apr 25, 2014 at 1:42 PM, Eliezer Shindler <eliezer...@gmail.com<javascript:>
wrote:
Hi,
Besides from special characters, elasticsearch also does not seem to
allow other characters in fild names, such as <,> and a comma. Could anyone
please provide me with a full list of illegal characters for field names.
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.