Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 11773 invoked from network); 12 Jul 2005 14:42:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2005 14:42:58 -0000 Received: (qmail 7318 invoked by uid 500); 12 Jul 2005 14:42:54 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 7288 invoked by uid 500); 12 Jul 2005 14:42:54 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 7269 invoked by uid 99); 12 Jul 2005 14:42:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2005 07:42:53 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.201.77] (HELO web31115.mail.mud.yahoo.com) (68.142.201.77) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 12 Jul 2005 07:42:51 -0700 Received: (qmail 96143 invoked by uid 60001); 12 Jul 2005 14:42:46 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=j/hLj9B1scyFPhQ+DTt2lpQf5s49R709dGKcNHHazAoVuTUhY5Ws8q0rawHOhYHAUk87OWnkFlLsy4mZ9Sq5xltJwJj/00Na9Zx7AsZ0Gj82+NEG6E4aVngCngwNYpRXhn48jJXSDhUOX+QC0LC767UNPCeZy/r1ck6IMpWaJII= ; Message-ID: <20050712144246.96141.qmail@web31115.mail.mud.yahoo.com> Received: from [216.194.55.187] by web31115.mail.mud.yahoo.com via HTTP; Tue, 12 Jul 2005 07:42:45 PDT Date: Tue, 12 Jul 2005 07:42:45 -0700 (PDT) From: Otis Gospodnetic Subject: Re: IndexWriter and system properties To: java-dev@lucene.apache.org In-Reply-To: <200507112356.35721@danielnaber.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I remember adding some of those, and I don't really recall why I was adding them. I think we just didn't have various setters we have now, and for some reason chose not to add them. Now that we have (most of them?), I think system properties can go. Otis --- Daniel Naber wrote: > Hi, > > there's a bug report (#34359) asking to catch and ignore access > exceptions > when reading system properties so Lucene can be used in an applet. I > wanted to apply that patch, but now I'm not sure anymore: does it > make > sense for Lucene to read settings from system properties? Shouldn't > that > be left to the application that uses Lucene? There are set... calls > for > most of these settings, so it's trivial to implement this for a user > of > Lucene. > > Regards > Daniel > > -- > http://www.danielnaber.de > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org