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
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to