Re: Fields with same name mapped differently in different types

2014-03-10 Thread morninlark
Thank you for your answer. Renaming would create other problems for me, so I went with putting the types in different indexes. -- View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Fields-with-same-name-mapped-differently-in-different-types-tp4051423p4051447.html

Re: Fields with same name mapped differently in different types

2014-03-10 Thread Binh Ly
Unfortunately, no you can't do this at the moment. You'd have to make all your field types the same, or use different field names. If they are all in the same index in different types with different data types and same field names, you'll unfortunately encounter this limitation. -- You receive

Re: Fields with same name mapped differently in different types

2014-03-10 Thread morninlark
-- View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Fields-with-same-name-mapped-differently-in-different-types-tp4051423p4051431.html Sent from the ElasticSearch Users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google

Fields with same name mapped differently in different types

2014-03-10 Thread morninlark
e types in different indexes to avoid this error. I want to keep the mappings as they are. Is there a more elegant way to solve this issue? I am using elasticsearch version 0.90.7 Thank you! -- View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Fields-with-same-nam