NOTE: I've read the documentation....but I am still a little confused.
I am passing some advanced queries to web service that is using lucene.
Example:
John AND Beth AND (Lucy OR Gary) AND NOT Frank AND NOT Paul
I am want to use "John"&&"Beth"&&("Lucy"||"Gary")!"Frank"!"Paul" and a few
other variations of this when I pass the query, but no success. I have no
problems using single queries, like the documentation...but no luck on
something more advanced.
I am not familiar with Lucene at all, and I just found out that I need to
interface with service that uses it...
Appreciate any assistance!
--
View this message in context:
http://www.nabble.com/Question-on-query-tp24680717p24680717.html
Sent from the Lucene - General mailing list archive at Nabble.com.