Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 84204 invoked from network); 30 Sep 2005 09:46:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Sep 2005 09:46:42 -0000 Received: (qmail 79710 invoked by uid 500); 30 Sep 2005 09:46:36 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 79689 invoked by uid 500); 30 Sep 2005 09:46:36 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 79678 invoked by uid 99); 30 Sep 2005 09:46:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2005 02:46:36 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [212.8.42.126] (HELO jdevoff.zssm.zp.ua) (212.8.42.126) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2005 02:46:41 -0700 Received: from jdevoff.zssm.zp.ua (localhost [127.0.0.1]) by jdevoff.zssm.zp.ua (8.13.3/8.13.3) with ESMTP id j8U9jwk5040063 for ; Fri, 30 Sep 2005 12:45:58 +0300 (EEST) (envelope-from eugenydzh@jdevelop.com) Received: (from bofh@localhost) by jdevoff.zssm.zp.ua (8.13.3/8.13.3/Submit) id j8U9jviv040062 for java-user@lucene.apache.org; Fri, 30 Sep 2005 12:45:57 +0300 (EEST) (envelope-from eugenydzh@jdevelop.com) X-Authentication-Warning: jdevoff.zssm.zp.ua: bofh set sender to eugenydzh@jdevelop.com using -f Date: Fri, 30 Sep 2005 12:45:57 +0300 From: Eugeny N Dzhurinsky To: java-user@lucene.apache.org Subject: Re: Lucene vs SQL database Message-ID: <20050930094557.GC39885@jdevoff.zssm.zp.ua> References: <20050929123419.GA26688@jdevoff.zssm.zp.ua> <9ba0336c05092905395a76099a@mail.gmail.com> <20050929124624.GB26688@jdevoff.zssm.zp.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Thu, Sep 29, 2005 at 08:56:50AM -0400, Erik Hatcher wrote: > >of only allowed data... But if Lucene needs to index anything, how > >could I > >define the access privileges for data? > There are many options available. One such technique I described in > "Lucene in Action" ... a SecurityFilter. This SecurityFilter is implementation of the Filter, right? As I found, the Filter defineds the bits() method, and I should implement some capacities to return set of bits, where first bit means first found document, and if it is set to 1 - document will be shown, otherwise if 0 - it will not be shown, right? -- Eugene N Dzhurinsky --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org