On 12-Jul-07, at 6:25 PM, Lance Lance wrote:
A simplified version of the problem:text -(collection:pile1) works, while text (-collection:pile1) finds zero records.
see my other message. You cannot create a (sub)query with only prohibited clauses. The second query asks:
Q = find docs containing 'text' or matching X; X = find docs that don't match 'collection:pile1' # invalid querynote that if "-collection:pile1" is the main query, Solr detects this case and handles it.
-Mike