neo4j-contrib / neo4j_doc_manager

Doc manager for Neo4j
Apache License 2.0
99 stars 26 forks source link

Changed bulk upsert method, added chunk algorithm #55

Closed alibahsisoglu closed 5 months ago

alibahsisoglu commented 8 years ago

Before I used this manager, it sent all docs in a time while bulk upserting. So I get an error like timeout. So I implemented to chunk algorithm to bulk_upsert method from checking other connector manager. Before confirm you want to test it because I am not good at python.

johnymontana commented 8 years ago

Thanks for the PR @alibahsisoglu! It seems your changes break one of the unit tests, specifically test_bulk_test_upsert. You can see more in the Travis CI build here. If you'd like us to consider merging your update could you please resolve the failing test?