I had idea to use HTTP API with query:
`CALL db.index.fulltext.queryNodes("ProductNameIndex", "product_name: yppytyynytyydytys") YIELD node, score`
`RETURN node.product_name as prod_desc, score`
But for some reason JSON with such command is not accepted by Neo4j http api.
Can I communicate, directly, with Neo4j in other way? Some curl?
Regards