elasticsearch see if field exisist (!=nul)
POST /bibdatahp/bibdatatype/_search { "query": { "exists" : { "field" : "formatOtherType" } } }