I want search document by specific field, not by field value, How to?
I have some document store in fields{content, key, path} and some in {content, key, path, specific_field} and I want to find all the document that have specific_field, Could you help me?