Hi @Christian_Dahlqvist, so I re mentioned omit the field from document.
So my query regarding this is can I perform searches like: Give me the list / aggregate of documents where a field is not present?
Hi @Christian_Dahlqvist, so I re mentioned omit the field from document.
So my query regarding this is can I perform searches like: Give me the list / aggregate of documents where a field is not present?
You can add clauses for where an indexed field, e.g. custom_field.pid
, is not present, but not for the root level (custom_field
). You may be able to do this using a script or runtime field, but that may be slow.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.