Using nested values in script_score
问题 I am attempting to use nested values in a script score, but I am having issues making it work, because I am unable to iterate over the field by accessing it through doc . Also, when I try to query it in Kibana like _type:images AND _exists_:colors , it will not match any documents, even though the field is clearly present in all my docs when I view them individually. I am however able to access it using params._source , but I have read that it can be slow slow and is not really recommended. I