Re: exclusions by query and many values

2012-08-09 Thread Jack Krupansky
We'll have to see if anybody else has a better idea. -- Jack Krupansky -Original Message- From: caddmngr Sent: Thursday, August 09, 2012 3:49 PM To: solr-user@lucene.apache.org Subject: Re: exclusions by query and many values Thanks for the response, Jack...but as I mentioned, w

Re: exclusions by query and many values

2012-08-09 Thread caddmngr
Thanks for the response, Jack...but as I mentioned, we are currently doing pretty much what you suggest. When customers login, we pull their list of exceptions and create the filter query to use on all queries within their session. This works good, but as I also mentioned, its getting hard to man

Re: exclusions by query and many values

2012-08-07 Thread Jack Krupansky
The usual technique is via filter queries that constrain what documents a user query can "see", either by OR-ing the doc classes it can see or starting with "*:*" and NOT-ing the doc classes it can't see, or a combination of the two techniques. The filter queries could either be supplied as qu