[Neo4j] IndexProvider question

2010-09-05 Thread Honnur Vorvoi
Hello,   I have the following questions with regard to the IndexProvider(example below):   1. I already have LuceneFulltextQueryIndexService. Can I use IndexProvider with the same graphDb as well? or are they mutually exclusive? 2. What doesn the param "users" in provider.nodeIndex("users") repres

Re: [Neo4j] Using the REST neo4j

2010-09-05 Thread Alexandru Popescu ☀
On Mon, Sep 6, 2010 at 2:37 AM, Paddy wrote: > Hi Alex, > I don't think theres such thing as a stupid question! Keep asking, it the > only way to learn :) Did you get it working? Maybe the documentation needs > to be expanded.  I don't have much experience with the neo4j REST but maybe > this woul

Re: [Neo4j] Using the REST neo4j

2010-09-05 Thread Paddy
Hi Alex, I don't think theres such thing as a stupid question! Keep asking, it the only way to learn :) Did you get it working? Maybe the documentation needs to be expanded. I don't have much experience with the neo4j REST but maybe this would help? http://wiki.neo4j.org/content/Getting_Started_Gu

Re: [Neo4j] Using the REST neo4j

2010-09-05 Thread Alexandru Popescu ☀
2010/9/6 Alexandru Popescu ☀ : > Still on the neo4j-rest component. Is this the correct SVN info: > > https://svn.neo4j.org/laboratory/components/rest/ > > I don't seem to find the web.xml in there... > > As I'm not an expert, I'm wondering if someone could tell me how to > enable the neo4j maven r

Re: [Neo4j] Using the REST neo4j

2010-09-05 Thread Alexandru Popescu ☀
Still on the neo4j-rest component. Is this the correct SVN info: https://svn.neo4j.org/laboratory/components/rest/ I don't seem to find the web.xml in there... As I'm not an expert, I'm wondering if someone could tell me how to enable the neo4j maven repository as the project doesn't seem to bui

Re: [Neo4j] Using the REST neo4j

2010-09-05 Thread Alexandru Popescu ☀
To answer my own question: it looks like deploying a jar including the relationship definitions and including this in wrapper.conf gives you access to the nodes. My bad, :- alex 2010/9/5 Alexandru Popescu ☀ : > Hi all, > > I know this will probably sound much more stupid than my first email > to

[Neo4j] Using the REST neo4j

2010-09-05 Thread Alexandru Popescu ☀
Hi all, I know this will probably sound much more stupid than my first email to the list, but after thinking for a bit I'm not sure I understand how one would be using the pre-packaged neo4j-rest. I've used some groovy script to load some test data in a neo4j db. I'm pretty sure it is in there as

Re: [Neo4j] One more Neo4j python issue

2010-09-05 Thread Peter Neubauer
Dan, do you have more details on the stack trace? Would be interesting to know where in the code the ClassCastException is happening. Seems to be a version problem somewhere? Cheers, /peter neubauer COO and Sales, Neo Technology GTalk:      neubauer.peter Skype       peter.neubauer Phone       +

Re: [Neo4j] neo4j.py relationship exists

2010-09-05 Thread Peter Neubauer
Mmh Rick, have no immediate input here beside that the problem och deciding if a relationship exists between two nodes is a reoccurring one. Would love to hear suggestions on how to fix that. Maybe have indexes on interesting relationships in certain useful cases? It is not exposed to python yet bu

Re: [Neo4j] API Questions and a bit more

2010-09-05 Thread Alexandru Popescu ☀
On Sun, Sep 5, 2010 at 1:00 PM, Anders Nawroth wrote: > Hi! > > Just chiming in on entry points / reference node. > > 2010-09-03 14:28, Alexandru Popescu ☀ skrev: >> This is a very important aspect as I can imagine many systems that can >> use a small subset of the existing nodes as entry points.

Re: [Neo4j] API Questions and a bit more

2010-09-05 Thread Arjen van der Meijden
On 4-9-2010 21:47 Paddy wrote: > Some interesting suggestions, As far as I'm aware the Neo4j reference node > is needed to display graphs in neoclipse, That is the only reason i would > use a reference node. Say you have some application with customers. And you want to do something for all custom

Re: [Neo4j] API Questions and a bit more

2010-09-05 Thread Anders Nawroth
Hi! Just chiming in on entry points / reference node. 2010-09-03 14:28, Alexandru Popescu ☀ skrev: > This is a very important aspect as I can imagine many systems that can > use a small subset of the existing nodes as entry points. Basically by > using the cached IDs you'll be able to get to thes

Re: [Neo4j] API Questions and a bit more

2010-09-05 Thread Paddy
Hi Alex, Yes neo4j and lucene is confusing to start but it is very good when combined.: ) It would be good to see if it could integrated, elasticsearch sounds good Thanks Paddy On 5 Sep 2010, at 02:14, Alexandru Popescu ☀ wrote: > On Saturday, September 4, 2010, Paddy wrote: >> Hi alex, >> Som

Re: [Neo4j] API Questions and a bit more

2010-09-05 Thread Alexandru Popescu ☀
On Saturday, September 4, 2010, Paddy wrote: > Hi alex, > Some interesting suggestions, As far as I'm aware the Neo4j reference node > is needed to display graphs in neoclipse, That is the only reason i would > use a reference node. I don't want tosound like arueing, but if that's the only reason