Original Message-
> From: Jonathan Woods [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 27, 2007 12:02 PM
> To: solr-user@lucene.apache.org
> Subject: RE: Filtering using data only available at query time
>
> But [the type of user] which has permission can change too.
&g
But [the type of user] which has permission can change too.
> -Original Message-
> From: Daniel Pitts [mailto:[EMAIL PROTECTED]
> Sent: 27 August 2007 19:07
> To: solr-user@lucene.apache.org
> Subject: RE: Filtering using data only available at query time
>
> I th
AM
> To: solr-user@lucene.apache.org
> Subject: RE: Filtering using data only available at query time
>
> I know what you mean, and maybe I'm just being obstinate.
> But in the general case, it isn't possible to know these
> things ahead of time. The indexing machinery isn
'd hate
to have to reindex everything just to reflect that change.
Jon
> -Original Message-
> From: Daniel Pitts [mailto:[EMAIL PROTECTED]
> Sent: 27 August 2007 18:10
> To: solr-user@lucene.apache.org
> Subject: RE: Filtering using data only available at query time
&g
Can you add some fields that let set a filter or query that weed out the
results that the user doesn't have access too?
If its as simple as Admin versus User, you could have a boolean field
called AdminOnly, and when a User is querying, add a fq=[* TO *]
-AdminOnly:true
You could get more specifi