All the names of fields, containing a specific value

Hello,

I would like to know which Elastic query can give me all the names of fields, containing a specific value ?

(I don't want the value of the fields, just their name)

Thank you very much,

Florent

Hi @Florent_Fauvin,

Maybe the exists query may help you on that,

https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-exists-query.html

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.