Re: [Neo4j] Lucene result sorting

2010-10-20 Thread Balazs E. Pataki
Hi Andrés, Thanks for the answer, looks cool :-) I give it a try immediately! Regards, --- balazs On 10/19/10 8:37 PM, Mattias Persson wrote: 2010/10/19 Andres Taylorandres.tay...@neotechnology.com Hi Balazs, We've been working on a new lucene-index module just these last days. The new

Re: [Neo4j] Lucene result sorting

2010-10-20 Thread Balazs E. Pataki
Hi Andrés, I just quickly read through the code and have an idea for an additional sorting solution via QueryContext: a user provided sorter, which is invoked right after lucene search has been executed, but before the lucene results are turned into neo4j Nodes. This would give developers the

Re: [Neo4j] Lucene result sorting

2010-10-20 Thread Mattias Persson
2010/10/20 Balazs E. Pataki pat...@dsd.sztaki.hu Hi Andrés, I just quickly read through the code and have an idea for an additional sorting solution via QueryContext: a user provided sorter, which is invoked right after lucene search has been executed, but before the lucene results are

Re: [Neo4j] Lucene result sorting

2010-10-20 Thread Balazs E. Pataki
Yes, the idea is to overcome the limitations of Lucene sorting. The current solution I use is to get the IndexHits from LuceneIndex and then sort the neo4j Node's by their properties. But this requires loading all nodes in the hit list. Rather than doing this, sorting the Lucene Documents,

Re: [Neo4j] Lucene result sorting

2010-10-20 Thread Mattias Persson
2010/10/20 Balazs E. Pataki pat...@dsd.sztaki.hu Yes, the idea is to overcome the limitations of Lucene sorting. The current solution I use is to get the IndexHits from LuceneIndex and then sort the neo4j Node's by their properties. But this requires loading all nodes in the hit list. Rather

Re: [Neo4j] License Question Running Neo4j (AGPL) in Eclipse (EPL)

2010-10-20 Thread Marcel Bruch
On 19.10.2010 18:58, Peter Neubauer wrote: Is that ok with you? Sure. I can offer to discuss your topic with some guys from the directors board personally this evening. If you like, let me know what you have in mind so that I can ask some qualified questions :-) cheers, Marcel -- Eclipse

Re: [Neo4j] License Question Running Neo4j (AGPL) in Eclipse (EPL)

2010-10-20 Thread Peter Neubauer
Cool, would be apreciated. Got a Skype account/phone so we can take it off-list? Cheers, /peter neubauer VP Product Management, Neo Technology GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter     

Re: [Neo4j] An attempt at documenting the internals and architecture of Neo

2010-10-20 Thread Chris Gioran
Hi people, here is the next part of my series on Neo internals Neo4j Internals: Transactions (Part 1) - Write Ahead Log and Deadlock Detection available at http://digitalstain.blogspot.com/2010/10/neo4j-internals-transactions-part-1.html Since the tx handling code is much more complex than

Re: [Neo4j] Generating a directed acyclic graph

2010-10-20 Thread Paddy
Hi Peter, Yes It would be nice to implement the paper fully, it's definitely possible to do using neo4j. . 1. Create a time expanded network 2. Run the Dijkstra to find all transfer patterns 3. Construct a directed acyclic graph from each stop using the transfer patterns 4. Running a time

Re: [Neo4j] Neo4j-rdf and Jpype

2010-10-20 Thread Karen Nomorosa
Hi! Finally got it to work. Turns out that the following are needed by VerboseQuadStore: neo4j-kernel-1.1-SNAPSHOT.jar (I was using the neo4j-kernel.jar that came with neo4j.py, but that was missing some packages) neo4j-meta-model-0.9-SNAPSHOT.jar (hadn't downloaded this at all) Thanks for

[Neo4j] about neo4j

2010-10-20 Thread Jose Angel Inda Herrera
I need to know how to compile the neo4j I downloaded it the repository http://svn.neo4j.org, thank you before hand. ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user