Re: [Neo] More complex comparisons for IndexService

2009-07-06 Thread Adam Rabung
I'm starting to suspect I'm using IndexService incorrectly :) I had been assuming I had one IndexService instance per neo instance. In the future, I was hoping to query that instance in many ways: indexService.getNodes(lastName, smith); //default is equals indexService.getNodes(lastName,

Re: [Neo] indexing relationships

2009-07-06 Thread Peter Neubauer
Hi Symeon, so, what you are saying is that you would like to have the possibility to set indexes on relationships and their properties just like on the nodes as in http://components.neo4j.org/index-util/ ? I guess that would be easy to do, or you could do it yourself by looking at the index-util

[Neo] repairing an index

2009-07-06 Thread Jan Berkel
i had a cold reboot (power cut) on my server the other day. looks like crash recovery isn't working as expected, i see the following errors when i try to access the db: (irb):2:in `irb_binding' NativeException: java.lang.RuntimeException: org.neo4j.impl.nioneo.store.StoreFailureException:

Re: [Neo] Neo under OSGi

2009-07-06 Thread Peter Neubauer
Hi Andreas, I have had that on my todo-list for quite a while but not really started that effort. It seems the time may be right to finally start on OSGi-fying all jars. So, if you have patches or failing test cases, please send them to me and I will start a laboratory project to test OSGi things