Elasticsearch aggregate just to see if field exists
POST bibdatahp/_search { "aggs" : { "anyNameUWant" : { "terms" : { "field" : "formatOtherType" } } } }