Re: [Neo4j] Graph algorithms

2011-12-08 Thread Prajakta Kalmegh
I was searching for community/cluster detection or maybe finding betweenness
centrality support. Is it there already? Can you please point me to classes
which I can use in writing my own code for the same.

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Graph-algorithms-tp3563943p3570215.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
NOTICE: THIS MAILING LIST IS BEING SWITCHED TO GOOGLE GROUPS, please register 
and consider posting at https://groups.google.com/forum/#!forum/neo4j

Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] [Neo4j-User] Re: org.neo4j.graphdb.TransactionFailureException: Could not create data source lucene[lucene]

2011-12-06 Thread Prajakta Kalmegh
Guys...thanks a lot!!
I tried out our code with the new index. After 3 days of messing around with
jars, finally..It works!! 

Thanks Ajinkya for keeping me in mind for the T-shirt!! 



--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/org-neo4j-graphdb-TransactionFailureException-Could-not-create-data-source-lucene-lucene-tp3560554p3564471.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] org.neo4j.graphdb.TransactionFailureException: Could not create data source lucene[lucene]

2011-12-05 Thread Prajakta Kalmegh
Hi Peter,

We have lucene-core-3.1.0.jar and neo4j-kernel-1.6-SNAPSHOT.jar in our
classpath. The scenario is to use EmbeddedGraphDatabase for creating the
GraphDatabaseService. And use LuceneIndexService
(neo4j-index-1.2-1.2.M06.jar) to index the data. 

We tried executing with kernel versions 1.5, 1.4 as well and also tried
different versions of lucene-core-x.x.x.jars. As of now, we have downloaded
neo4j-community-1.6-SNAPSHOT-unix version from the neo4j downloads site.

Since this was not working at all, we tried using BatchInserter inserter =
new BatchInserterImpl( DB_PATH ); to see if it works; and it did. 

Regards,
Prajakta

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/org-neo4j-graphdb-TransactionFailureException-Could-not-create-data-source-lucene-lucene-tp3560554p3561399.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user