what is the best way to disable norming for a dynamic object with put
mapping command
i was able to disable it for a specific filed name
"f1": {
"type": "string",
"store": "yes",
"index": "not_analyzed",
"omit_term_freq_and_positions" : true,
"omit_norms" : true,
"boost" : 1.0,
"term_vector" : "no"
}
what is the best way to disable norming for a dynamic object with put
mapping command
i was able to disable it for a specific filed name
"f1": {
"type": "string",
"store": "yes",
"index": "not_analyzed",
"omit_term_freq_and_positions" : true,
"omit_norms" : true,
"boost" : 1.0,
"term_vector" : "no"
}
I need to set a mapping in elasticsearch that include f1 a static
filed and change the default behaviour of es and also to have a
dynamic filed named object that has dynamic fields under it ( all the
fields need to "omit_norms" : true).
I have added my mapping ,I am still getting my object.f1 with norming
is my mapping is a valid mapping to get this type of behaviour.
what is the best way to disable norming for a dynamic object with put
mapping command
i was able to disable it for a specific filed name
"f1": {
"type": "string",
"store": "yes",
"index": "not_analyzed",
"omit_term_freq_and_positions" : true,
"omit_norms" : true,
"boost" : 1.0,
"term_vector" : "no"
}
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.