Re: [Neo4j] Fuzzy Search Not Working :(

2011-08-23 Thread Peter Neubauer
Romiko,
thanks a lot for the update, I expanded the REST docs a bit to show
this, see the manual
http://docs.neo4j.org/chunked/snapshot/rest-api-indexes.html#rest-api-find-node-by-query
that will be updated shortly from
https://github.com/neo4j/community/commit/5e5ccfa95e9cc2598840728922e53aef02c8b470

Is that better?

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org               - Your high performance graph database.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



On Mon, Aug 22, 2011 at 11:52 PM, Romiko Derbynew
romiko.derby...@readify.net wrote:
 For those that need to work with multiple words.
 This how fuzzy search works with multiple terms, the plus sign is used to 
 separate the surname so the search below will match Bob The Builder , who is 
 of course male :)


 http://localhost:5102/db/data/index/node/agency1-clients?query=+Name:Bobbie~%20+Name:Builder~%20AND%20Gender:Male


 -Original Message-
 From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On 
 Behalf Of Romiko Derbynew
 Sent: Tuesday, 23 August 2011 9:21 AM
 To: User@lists.neo4j.org
 Subject: Re: [Neo4j] Fuzzy Search Not Working :(

 Hi Guys,

 I got fuzzy search working now, I had to use the query version:

 http://localhost:5102/db/data/index/node/agency1-clients?query=Name:Bobbs~


 :)

 From: Romiko Derbynew
 Sent: Monday, 22 August 2011 4:53 PM
 To: 'User@lists.neo4j.org'
 Subject: Fuzzy Search Not Working :(

 Hi Guys,

 The problem I am having is that I have created multiple index entries

 e.g.
 Key:Name Value: Joe
 Key:Name Value: Joe Blogs

 Works
 I am now querying the index, and can find  Name:\Joe\
 I am now querying the index, and can find  Name:\Joe\~
 I am now querying the index, and can find  Name:\Joe Blogs\
 I am now querying the index, and can find  Name:\Joe Blogs\~


 Does Not Work
 I am now querying the index, and can find  Name:\Joey\~ This is not 
 working, I also tried with a low matching value I am now querying the index, 
 and can find  Name:\Joey\~0.1
 I am now querying the index, and can find  Name:\Joey Blogs\~0.1

 Please let me know what I am doing wrong here? I have tried doing these in 
 the rest API calls e.g. /index/nodes/myindex/mykey:value~


 Fi: I have completed building the .Net Api for Lucene Index Searches, Looks 
 like this. If any .Net uses are keen to try out the full Client, it is on 
 NUGet called Neo4jClient.Edge.



 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Fuzzy Search Not Working :(

2011-08-23 Thread Romiko Derbynew
Hi Peter,

Perfect, and it is always nice to have bob in an example :) much appreciated, 
will blog about search and neo4j so I don't forget.

Much appreciated

Sent from my iPhone

On 23/08/2011, at 8:14 PM, Peter Neubauer peter.neuba...@neotechnology.com 
wrote:

 Romiko,
 thanks a lot for the update, I expanded the REST docs a bit to show
 this, see the manual
 http://docs.neo4j.org/chunked/snapshot/rest-api-indexes.html#rest-api-find-node-by-query
 that will be updated shortly from
 https://github.com/neo4j/community/commit/5e5ccfa95e9cc2598840728922e53aef02c8b470
 
 Is that better?
 
 Cheers,
 
 /peter neubauer
 
 GTalk:  neubauer.peter
 Skype   peter.neubauer
 Phone   +46 704 106975
 LinkedIn   http://www.linkedin.com/in/neubauer
 Twitter  http://twitter.com/peterneubauer
 
 http://www.neo4j.org   - Your high performance graph database.
 http://startupbootcamp.org/- Öresund - Innovation happens HERE.
 http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
 
 
 
 On Mon, Aug 22, 2011 at 11:52 PM, Romiko Derbynew
 romiko.derby...@readify.net wrote:
 For those that need to work with multiple words.
 This how fuzzy search works with multiple terms, the plus sign is used to 
 separate the surname so the search below will match Bob The Builder , who is 
 of course male :)
 
 
 http://localhost:5102/db/data/index/node/agency1-clients?query=+Name:Bobbie~%20+Name:Builder~%20AND%20Gender:Male
 
 
 -Original Message-
 From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On 
 Behalf Of Romiko Derbynew
 Sent: Tuesday, 23 August 2011 9:21 AM
 To: User@lists.neo4j.org
 Subject: Re: [Neo4j] Fuzzy Search Not Working :(
 
 Hi Guys,
 
 I got fuzzy search working now, I had to use the query version:
 
 http://localhost:5102/db/data/index/node/agency1-clients?query=Name:Bobbs~
 
 
 :)
 
 From: Romiko Derbynew
 Sent: Monday, 22 August 2011 4:53 PM
 To: 'User@lists.neo4j.org'
 Subject: Fuzzy Search Not Working :(
 
 Hi Guys,
 
 The problem I am having is that I have created multiple index entries
 
 e.g.
 Key:Name Value: Joe
 Key:Name Value: Joe Blogs
 
 Works
 I am now querying the index, and can find  Name:\Joe\
 I am now querying the index, and can find  Name:\Joe\~
 I am now querying the index, and can find  Name:\Joe Blogs\
 I am now querying the index, and can find  Name:\Joe Blogs\~
 
 
 Does Not Work
 I am now querying the index, and can find  Name:\Joey\~ This is not 
 working, I also tried with a low matching value I am now querying the index, 
 and can find  Name:\Joey\~0.1
 I am now querying the index, and can find  Name:\Joey Blogs\~0.1
 
 Please let me know what I am doing wrong here? I have tried doing these in 
 the rest API calls e.g. /index/nodes/myindex/mykey:value~
 
 
 Fi: I have completed building the .Net Api for Lucene Index Searches, Looks 
 like this. If any .Net uses are keen to try out the full Client, it is on 
 NUGet called Neo4jClient.Edge.
 
 
 
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user
 
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user
 
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user
 
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo4j] Fuzzy Search Not Working :(

2011-08-22 Thread Romiko Derbynew
Hi Guys,

The problem I am having is that I have created multiple index entries

e.g.
Key:Name Value: Joe
Key:Name Value: Joe Blogs

Works
I am now querying the index, and can find  Name:\Joe\
I am now querying the index, and can find  Name:\Joe\~
I am now querying the index, and can find  Name:\Joe Blogs\
I am now querying the index, and can find  Name:\Joe Blogs\~


Does Not Work
I am now querying the index, and can find  Name:\Joey\~ This is not 
working, I also tried with a low matching value
I am now querying the index, and can find  Name:\Joey\~0.1
I am now querying the index, and can find  Name:\Joey Blogs\~0.1

Please let me know what I am doing wrong here? I have tried doing these in the 
rest API calls e.g. /index/nodes/myindex/mykey:value~


Fi: I have completed building the .Net Api for Lucene Index Searches, Looks 
like this. If any .Net uses are keen to try out the full Client, it is on NUGet 
called Neo4jClient.Edge.



___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Fuzzy Search Not Working :(

2011-08-22 Thread Romiko Derbynew
Hi Guys,

I got fuzzy search working now, I had to use the query version:

http://localhost:5102/db/data/index/node/agency1-clients?query=Name:Bobbs~


:)

From: Romiko Derbynew
Sent: Monday, 22 August 2011 4:53 PM
To: 'User@lists.neo4j.org'
Subject: Fuzzy Search Not Working :(

Hi Guys,

The problem I am having is that I have created multiple index entries

e.g.
Key:Name Value: Joe
Key:Name Value: Joe Blogs

Works
I am now querying the index, and can find  Name:\Joe\
I am now querying the index, and can find  Name:\Joe\~
I am now querying the index, and can find  Name:\Joe Blogs\
I am now querying the index, and can find  Name:\Joe Blogs\~


Does Not Work
I am now querying the index, and can find  Name:\Joey\~ This is not 
working, I also tried with a low matching value
I am now querying the index, and can find  Name:\Joey\~0.1
I am now querying the index, and can find  Name:\Joey Blogs\~0.1

Please let me know what I am doing wrong here? I have tried doing these in the 
rest API calls e.g. /index/nodes/myindex/mykey:value~


Fi: I have completed building the .Net Api for Lucene Index Searches, Looks 
like this. If any .Net uses are keen to try out the full Client, it is on NUGet 
called Neo4jClient.Edge.



___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Fuzzy Search Not Working :(

2011-08-22 Thread Romiko Derbynew
For those that need to work with multiple words.
This how fuzzy search works with multiple terms, the plus sign is used to 
separate the surname so the search below will match Bob The Builder , who is of 
course male :)


http://localhost:5102/db/data/index/node/agency1-clients?query=+Name:Bobbie~%20+Name:Builder~%20AND%20Gender:Male


-Original Message-
From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On 
Behalf Of Romiko Derbynew
Sent: Tuesday, 23 August 2011 9:21 AM
To: User@lists.neo4j.org
Subject: Re: [Neo4j] Fuzzy Search Not Working :(

Hi Guys,

I got fuzzy search working now, I had to use the query version:

http://localhost:5102/db/data/index/node/agency1-clients?query=Name:Bobbs~


:)

From: Romiko Derbynew
Sent: Monday, 22 August 2011 4:53 PM
To: 'User@lists.neo4j.org'
Subject: Fuzzy Search Not Working :(

Hi Guys,

The problem I am having is that I have created multiple index entries

e.g.
Key:Name Value: Joe
Key:Name Value: Joe Blogs

Works
I am now querying the index, and can find  Name:\Joe\
I am now querying the index, and can find  Name:\Joe\~
I am now querying the index, and can find  Name:\Joe Blogs\
I am now querying the index, and can find  Name:\Joe Blogs\~


Does Not Work
I am now querying the index, and can find  Name:\Joey\~ This is not 
working, I also tried with a low matching value I am now querying the index, 
and can find  Name:\Joey\~0.1
I am now querying the index, and can find  Name:\Joey Blogs\~0.1

Please let me know what I am doing wrong here? I have tried doing these in the 
rest API calls e.g. /index/nodes/myindex/mykey:value~


Fi: I have completed building the .Net Api for Lucene Index Searches, Looks 
like this. If any .Net uses are keen to try out the full Client, it is on NUGet 
called Neo4jClient.Edge.



___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user