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 <[email protected] > 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. > > Many thanks, > > Eli > > -- > You received this message because you are subscribed to the Google Groups > "elasticsearch" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/b113635c-3b53-4ba7-9bd2-4ca554737282%40googlegroups.com<https://groups.google.com/d/msgid/elasticsearch/b113635c-3b53-4ba7-9bd2-4ca554737282%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoHbWGfCCNbq_vUA7EDTNs-2%3DsnbqVVs89mHD0c9YF6NQg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
