Hi! On 4 July 2012 17:01, Jack Krupansky <j...@basetechnology.com> wrote: > First, "OR -ipod" needs to be written as "OR (*:* -ipod)" due to an ongoing > deficiency in Lucene query parsing, but I wonder what you really think you > are OR'ing in that clause - all documents that don't contain "ipod"? That > seems odd. Maybe you really want to constrain the preceding query to exclude > ipod? That would be: > > (android OR google OR apple OR iphone) -ipod
Thanks, the example was ill-chosen, the -ipod part shouldn't be there. After some more tests and research, using the debugQuery method seems the only viable solution(?) Cheers, Michael