Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 65593 invoked from network); 29 Oct 2006 02:38:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2006 02:38:07 -0000 Received: (qmail 9976 invoked by uid 500); 29 Oct 2006 02:38:12 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 9923 invoked by uid 500); 29 Oct 2006 02:38:12 -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 9910 invoked by uid 99); 29 Oct 2006 02:38:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Oct 2006 19:38:12 -0700 X-ASF-Spam-Status: No, hits=3.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of patrek@gmail.com designates 66.249.82.230 as permitted sender) Received: from [66.249.82.230] (HELO wx-out-0506.google.com) (66.249.82.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Oct 2006 19:38:00 -0700 Received: by wx-out-0506.google.com with SMTP id s15so1028804wxc for ; Sat, 28 Oct 2006 19:37:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=QecV57XxE++c9aubvjkg4XDam7y54vF2u3Dt8B3BRQcS2oltSCngyPk91oJ2C3NtxAh6sSbSyerD4b2Z5jC2ihtP7XprIBkqKywBnAOqMnc444Fqjv95MNG7akIhPqy/9xqGv4KvUKRPWeVBtmV0Z3DsXsNHUqCAsng99Ta/eX8= Received: by 10.70.87.9 with SMTP id k9mr1787931wxb; Sat, 28 Oct 2006 19:37:39 -0700 (PDT) Received: by 10.70.13.9 with HTTP; Sat, 28 Oct 2006 19:37:39 -0700 (PDT) Message-ID: <48b038c60610281937l78e2ac58u8ee64ab8b6469ea7@mail.gmail.com> Date: Sat, 28 Oct 2006 22:37:39 -0400 From: "Patrick Turcotte" To: java-dev@lucene.apache.org Subject: Re: [jira] Created: (LUCENE-682) QueryParser with Locale Based Operators (French included) In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_90210_29061151.1162089459137" References: <4904499.1160772695168.JavaMail.jira@brutus> <48b038c60610261832q637f9316v90701a31ece03dac@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_90210_29061151.1162089459137 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm making way towards the new version. I'll keep the &&, || and ! operators always active whatever the language. As for the bundle.getStringArray(key), it doesn't work for properties files. A workaround to allow multiple words for each operator would be to put many on the same line in the property file, as: AND=ET;AUSSI;AVEC I'll make it using a semi column (;) as a separator in the property file, shouldn't be used too often. Please tell me if I should use something else. Patrick ------=_Part_90210_29061151.1162089459137--