Re: access control list

2008-05-06 Thread Chris Hostetter
: I thought of that method. The problem I was thinking of is that if a new : customer is added, that could potentially cause an update of about : 2,000,000 records or so. Fortunately, this does not happen everyday. It FWIW: at some point i nthe future, LUCENE-1231 might make this type of thin

Re: access control list

2008-05-01 Thread Kevin Osborn
each document. In this configuration, the acl field could have 900 or so customer IDs. - Original Message From: Ken Krugler <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Wednesday, April 30, 2008 8:13:57 PM Subject: Re: access control list >I have an index of about

Re: access control list

2008-04-30 Thread Ken Krugler
I have an index of about 3,000,000 products and about 8500 customers. Each customers has access to about 50 to about 500,000 of the products. Our current method was using a bitset in the filter. So, for each customer, they have a bitset in the cache. For each docId that they have access to, t

Re: access control list

2008-04-30 Thread Mike Klaas
On 30-Apr-08, at 5:31 PM, Kevin Osborn wrote: I have an index of about 3,000,000 products and about 8500 customers. Each customers has access to about 50 to about 500,000 of the products. Our current method was using a bitset in the filter. So, for each customer, they have a bitset in th