Re: [Neo4j] New index framework questions...

2011-03-17 Thread Rick Bullotta
Sweet! That definitely helps a lot. -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Mattias Persson Sent: Thursday, March 17, 2011 7:39 AM To: Neo4j user discussions Subject: Re: [Neo4j] New index framework questions... 2011/3/17

Re: [Neo4j] New index framework questions...

2011-03-17 Thread Mattias Persson
index.add( node, "name", "Mattias Persson" ); index.add( node, "profession", "Hacker" ); > > - Reply message - > From: "Mattias Persson" > Date: Thu, Mar 17, 2011 4:50 am > > Subject: [Neo4j] New index fram

Re: [Neo4j] New index framework questions...

2011-03-17 Thread rick.bullo...@burningskysoftware.com
Thanks. In your example, how would you add the "profession" key to a fulltext index? Would it also be put through the analyzer? - Reply message - From: "Mattias Persson" Date: Thu, Mar 17, 2011 4:50 am Subject: [Neo4j] New index framework questions... To: &qu

Re: [Neo4j] New index framework questions...

2011-03-17 Thread Mattias Persson
2011/3/16 Rick Bullotta > Hi, all. > > > > Looking at the documentation for the new index framework in the Wiki at: > http://wiki.neo4j.org/content/Index_Framework, it isn't all that clear how > fulltext queries are to be executed (what's the key name?), how they can be > sorted (can you sort by

[Neo4j] New index framework questions...

2011-03-16 Thread Rick Bullotta
Hi, all. Looking at the documentation for the new index framework in the Wiki at: http://wiki.neo4j.org/content/Index_Framework, it isn't all that clear how fulltext queries are to be executed (what's the key name?), how they can be sorted (can you sort by score?), etc. Can anyone shed any