Re: [Neo4j] Possible functional gap in Lucene indexing?

2010-09-16 Thread Mattias Persson
That can't be done currently. The only way to do it would be to loop through all your indices and check each if it contains your Node. And then you have the problem of which indices exists?. Well, that can't be answered either... the best way there would be to look at the neo4j-store-dir/lucene/

[Neo4j] Possible functional gap in Lucene indexing?

2010-09-15 Thread rick.bullotta
Hi, all. We're trying to use Lucene for fulltext indexing of some textual content that is stored in Neo, and we've hit a bit of a roadblock. In some cases, that content will be updated/edited and/or nodes will be removed, but the process by which index information is removed

Re: [Neo4j] Possible functional gap in Lucene indexing?

2010-09-15 Thread Victor Augusto de Campos
I tried something similar but went block when I couldn't find a way to retrieve indexes stored for a node so I'm wondering if Lucene can do that with a decent performance... Don't know if it can retrieve a relationship like indexed fields - node. Anyone knows if is that possible? On Wed, Sep 15,