If I omit an field from Document can i still search documents where 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.