Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 65894 invoked from network); 21 May 2010 14:22:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 May 2010 14:22:33 -0000 Received: (qmail 75089 invoked by uid 500); 21 May 2010 14:22:30 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 75055 invoked by uid 500); 21 May 2010 14:22:30 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 75047 invoked by uid 99); 21 May 2010 14:22:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 May 2010 14:22:30 +0000 X-ASF-Spam-Status: No, hits=-3.1 required=10.0 tests=AWL,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [129.83.20.191] (HELO smtp-bedford.mitre.org) (129.83.20.191) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 May 2010 14:22:22 +0000 Received: from smtp-bedford.mitre.org (localhost.localdomain [127.0.0.1]) by smtp-bedford.mitre.org (8.13.1/8.13.1) with ESMTP id o4LEM1GE032707 for ; Fri, 21 May 2010 10:22:01 -0400 Received: from imchub1.MITRE.ORG (imchub1.mitre.org [129.83.29.73]) by smtp-bedford.mitre.org (8.13.1/8.13.1) with ESMTP id o4LEM02j032702 for ; Fri, 21 May 2010 10:22:00 -0400 Received: from IMCMBX1.MITRE.ORG ([129.83.29.204]) by imchub1.MITRE.ORG ([129.83.29.73]) with mapi; Fri, 21 May 2010 10:22:00 -0400 From: "Smiley, David W." To: "solr-user@lucene.apache.org" Date: Fri, 21 May 2010 10:21:59 -0400 Subject: Re: Wildcard queries Thread-Topic: Wildcard queries Thread-Index: Acr48PmpMLSpBhmuTk648h0EWrVb9w== Message-ID: <2D51B7CC-2987-41C2-939D-EA0086660B1A@mitre.org> References: <4BF6949F.4090201@zib.de> In-Reply-To: <4BF6949F.4090201@zib.de> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 I absolutely consider this a bug too. Cast your vote: https://issues.apache.org/jira/browse/SOLR-219 ~ David On May 21, 2010, at 10:11 AM, Sascha Szott wrote: > Hi folks, >=20 > what's the idea behind the fact that no text analysis (e.g. lowercasing)= =20 > is performed on wildcarded search terms? >=20 > In my context this behaviour seems to be counter-intuitive (I guess=20 > that's the case in the majority of applications) and my application=20 > needs to lowercase any input term before sending the HTTP request to my=20 > Solr server. >=20 > Would it be easy to disable this behaviour in Solr (1.5)? I would like=20 > to see a config parameter (per field type) that allows to disable this=20 > "odd" behaviour if needed. To ensure backward compatibility the "odd"=20 > behaviour should be the default anymore. >=20 > Am I missing any drawbacks? >=20 > Best, > Sascha >=20