OpenSearch/x-pack/plugin/mapper-constant-keyword/src
Julie Tibshirani 6b5cf1b031 For constant_keyword, make sure exists query handles missing values. (#55757)
It's possible for a constant_keyword to have a 'null' value before any documents
are seen that contain a value for the field. In this case, no documents have a
value for the field, and 'exists' queries should return no documents.
2020-05-04 09:41:52 -07:00
..
main/java/org/elasticsearch/xpack/constantkeyword For constant_keyword, make sure exists query handles missing values. (#55757) 2020-05-04 09:41:52 -07:00
test/java/org/elasticsearch/xpack/constantkeyword/mapper For constant_keyword, make sure exists query handles missing values. (#55757) 2020-05-04 09:41:52 -07:00