I have mapping conflict. I know which field it has it. and I know what happen.
using 7.14.1
basically one of the field which suppose to be float 0.0 become text "0.0"
I scan whole index and updated about 17,000 document which was string "0.0' to float 0.0
Now when I scan whole index I don't see any field with string. but index pattern still says mapping confilict. How do I correct this now?
I did backup of that index and restore on test machine and it does not shows any mapping conflict. that tells me that fields are all now float but 7.14.1 pattern still has field.keyword and still think it is conflict