Re: [Neo] REST API w/ LuceneFulltextQueryIndexService

2010-04-29 Thread Andrew Nelder
That's a tricky question. I know for my system, I must do some pretty weird Lucene searches. (eg. ford~0.8 AND car~0.2 AND be*) It's tough to say what the best way to implement something like this would be. However, I will keep thinking about it and get back to you with my thoughts on the

Re: [Neo] REST API w/ LuceneFulltextQueryIndexService

2010-04-29 Thread Mattias Persson
So, I've added that functionality now... so if you download the latest distribution you should be able to do such indexing/queries (on /index/fulltext-node/.). Remember to URI-encode your keys and values. So that even if you have a complex query just encode it and you'd be fine. You example