and im trying to update it to:
{
"xxxx" : {
"properties" : {
"someText" : {
"type" : "string",
"index" : "no"
}
}
}
}
I also tried closing index before trying to update, but it doesnt work too.
When i set ignoreConflicts,
rq.setIgnoreConflicts(false);
api throws an exception
org.elasticsearch.index.mapper.MergeMappingException: Merge failed with failures {[mapper [someText] has different index values]}
and im trying to update it to:
{
"xxxx" : {
"properties" : {
"someText" : {
"type" : "string",
"index" : "no"
}
}
}
}
I also tried closing index before trying to update, but it doesnt work too.
When i set ignoreConflicts,
rq.setIgnoreConflicts(false);
api throws an exception
org.elasticsearch.index.mapper.MergeMappingException: Merge failed with
failures {[mapper [someText] has different index values]}
As far as I know if a mapping is already defined for the index/document
type, you can't change any of the following setting of a field: core type,
index, store, term_vector, index_analyzer or search_analyzer
and im trying to update it to:
{
"xxxx" : {
"properties" : {
"someText" : {
"type" : "string",
"index" : "no"
}
}
}
}
I also tried closing index before trying to update, but it doesnt work
too.
When i set ignoreConflicts,
rq.setIgnoreConflicts(false);
api throws an exception
org.elasticsearch.index.mapper.MergeMappingException: Merge failed with
failures {[mapper [someText] has different index values]}
and im trying to update it to:
{
"xxxx" : {
"properties" : {
"someText" : {
"type" : "string",
"index" : "no"
}
}
}
}
I also tried closing index before trying to update, but it doesnt work
too.
When i set ignoreConflicts,
rq.setIgnoreConflicts(false);
api throws an exception
org.elasticsearch.index.mapper.MergeMappingException: Merge failed with
failures {[mapper [someText] has different index values]}
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.