apoc.es.getRaw Procedure apoc.es.getRaw(host-or-port,path,payload-or-null) yield value - perform a raw GET operation on elastic search Signature apoc.es.getRaw(host :: STRING?, path :: STRING?, payload :: ANY?) :: (value :: MAP?) Input parameters Name Type Default host STRING? null path STRING? null payload ANY? null Output parameters Name Type value MAP? More documentation of apoc.es.getRaw