Re: [Neo4j] Re: Importing DBLP into Neo4j, the database doesn't start....

2016-04-29 Thread 'Michael Hunger' via Neo4j
Create a normal schema index not a manual lucene index There is a method to create deferred schema indexes and constraints. Von meinem iPhone gesendet > Am 29.04.2016 um 23:04 schrieb Mohammad Hossain Namaki : > > Finally, I've stopped the process and run the neo4j server for that database. >

Re: [Neo4j] Importing DBLP into Neo4j, the database doesn't start....

2016-04-29 Thread 'Michael Hunger' via Neo4j
You are not supposed to set the pagesize And leave off that cache capacity Von meinem iPhone gesendet > Am 28.04.2016 um 21:37 schrieb Mohammad Hossain Namaki : > > Dear all, > Hi, > I've wrote a java code to import "dblp" into the Neo4j. It's using the > batchInserter to create the dataset. H

[Neo4j] Re: Importing DBLP into Neo4j, the database doesn't start....

2016-04-29 Thread Mohammad Hossain Namaki
Finally, I've stopped the process and run the neo4j server for that database. after taking about 2 hours, it created "neostore.counts.db" file and right now I can run it. However, it's somehow slow when I'm working with that. I think it's related to the node/relationship index. When I see insid

BUG in Py2neo/Neo4j? WAS: Re: [Neo4j] I want a query which returns a subgraph...

2016-04-29 Thread Alan Robertson
Hi, I started looking at the results from this, and changing my code to deal with Relationships returned from a query - and discovered that this query didn't return a list of Relationships, it returned a list of Paths. Not sure where the bug /really/ is, but I filed it against Nigel as a py2neo i