When i try to index my datas elastic return this error message :
MapperParsingException[Failed to parse [foo.strBar]]; nested:
NumberFormatException[For input string: "6.0,3.0"];
I try to change mapping on the existing type by adding
"foo.strBar":{"type":"string"}, and i have this following error :
MergeMappingException[Merge failed with failures {[mapper [foo.strBar]
of different type, current_type [double], merged_type [string]]}]
When i make a GET on my mapping there's no entry for foo.strBar. I try
to cache/clear but not better.
Is there a way to force the mapping or change it "hotswap" without
deleting it, like "alter table" for sql?
When i try to index my datas elastic return this error message : MapperParsingException[Failed to parse [foo.strBar]]; nested: NumberFormatException[For input string: "6.0,3.0"];
I try to change mapping on the existing type by adding "foo.strBar":{"type":"string"}, and i have this following error :
MergeMappingException[Merge failed with failures {[mapper [foo.strBar] of different type, current_type [double], merged_type [string]]}]
When i make a GET on my mapping there's no entry for foo.strBar. I try to cache/clear but not better.
Is there a way to force the mapping or change it "hotswap" without deleting it, like "alter table" for sql?
When i try to index my datas elastic return this error message :
MapperParsingException[Failed to parse [foo.strBar]]; nested:
NumberFormatException[For input string: "6.0,3.0"];
I try to change mapping on the existing type by adding
"foo.strBar":{"type":"string"}, and i have this following error :
MergeMappingException[Merge failed with failures {[mapper
[foo.strBar] of different type, current_type [double], merged_type
[string]]}]
When i make a GET on my mapping there's no entry for foo.strBar. I
try to cache/clear but not better.
Is there a way to force the mapping or change it "hotswap" without
deleting it, like "alter table" for sql?
When i try to index my datas elastic return this error message :
MapperParsingException[Failed to parse [foo.strBar]]; nested:
NumberFormatException[For input string: "6.0,3.0"];
I try to change mapping on the existing type by adding
"foo.strBar":{"type":"string"}, and i have this following error :
MergeMappingException[Merge failed with failures {[mapper [foo.strBar] of
different type, current_type [double], merged_type [string]]}]
When i make a GET on my mapping there's no entry for foo.strBar. I try to
cache/clear but not better.
Is there a way to force the mapping or change it "hotswap" without
deleting it, like "alter table" for sql?
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.