RE: Filtering using data only available at query time

2007-08-27 Thread Daniel Pitts
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

RE: Filtering using data only available at query time

2007-08-27 Thread Jonathan Woods
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

RE: Filtering using data only available at query time

2007-08-27 Thread Daniel Pitts
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&#

RE: Filtering using data only available at query time

2007-08-27 Thread Jonathan Woods
'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

RE: Filtering using data only available at query time

2007-08-27 Thread Daniel Pitts
ugust 27, 2007 10:00 AM > To: solr-user@lucene.apache.org > Subject: Filtering using data only available at query time > > I've got a Lucene-based search implementation which searches > over documents in a CMS and weeds out those hits which aren't > accessible to

Filtering using data only available at query time

2007-08-27 Thread Jonathan Woods
I've got a Lucene-based search implementation which searches over documents in a CMS and weeds out those hits which aren't accessible to the user carrying out the search. The raw search results are returned as an iterator, and I wrap another iterator around this to silently consume the inaccessibl