Re: Get all matching terms of an OR query

2012-07-05 Thread Michael Jakl
Thank you! On 4 July 2012 17:37, Jack Krupansky wrote: > What exactly is it that is too slow? I was comparing Queries with "debugQuery" enabled and disabled. The difference was 60 seconds to 30 seconds for some (unusual) large Queries (many Terms over a large set of documents chosen by filter qu

Re: Get all matching terms of an OR query

2012-07-04 Thread Jack Krupansky
dnesday, July 04, 2012 10:09 AM To: solr-user@lucene.apache.org Subject: Re: Get all matching terms of an OR query Hi! On 4 July 2012 17:01, Jack Krupansky wrote: First, "OR -ipod" needs to be written as "OR (*:* -ipod)" due to an ongoing deficiency in Lucene query parsin

Re: Get all matching terms of an OR query

2012-07-04 Thread Michael Jakl
Hi! On 4 July 2012 17:01, Jack Krupansky 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

Re: Get all matching terms of an OR query

2012-07-04 Thread Jack Krupansky
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 ex