Hi,

On Fri, Aug 30, 2002 at 10:25:09AM -0400, [EMAIL PROTECTED] wrote:
> Via filtering I want to restrict access to some of these documents for
> non-priviledged regular users (majority of the searches are performed by
> regular non-priviledged users). When a priviledged user logs on he should
> have access to all documents.

  you could build an index of documents for priviliged users and another
one for the rest. At search time you have to put all according indices
into a MultiSearcher and execute its search method.

Ciao,
  Bjoern


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to