jadell / neo4jphp

PHP wrapper of the Neo4j REST interface
Other
532 stars 137 forks source link

not able to add a cypher query in batch in neo4jphp? #135

Open deadlyDev2020 opened 10 years ago

deadlyDev2020 commented 10 years ago

can I add a cypher query in batch in neo4jphp? It seems to be possible with REST api?

I know transactions are possible with cypher queries but i need batch specifically since i need to combine cypher queries with FT index additions/removals.

This is with reference to SO question raised-http://stackoverflow.com/questions/22877828/can-i-add-a-cypher-query-in-batch-in-neo4jphp