Date-Type-Error on keyword field...what?

Hey guys,

strange problem...i have a keyword field for different casual writing styles for the same date...so like "16.06.2020, 16.6.2020, 16.6., 16.06.20...". On the first indexing-loop everything works fine...on the next index-updates i got the following problem:

illegal_argument_exception {'status': 400, 'error': {'root_cause': [{'reason': 'mapper [varianten.termine._termin] of different type, current_type [date], merged_type [text]', 'type': 'illegal_argument_exception'}], 'reason': 'mapper [varianten.termine._termin] of different type, current_type [date], merged_type [text]', 'type': 'illegal_argument_exception'}}

I have tried with the "date_detection": false, option, but the result is the same...

Any ideas guys? Thank you!!!!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.