Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 94A7E10254 for ; Wed, 23 Oct 2013 20:50:41 +0000 (UTC) Received: (qmail 64241 invoked by uid 500); 23 Oct 2013 20:49:52 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 64076 invoked by uid 500); 23 Oct 2013 20:49:50 -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 63995 invoked by uid 99); 23 Oct 2013 20:49:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Oct 2013 20:49:41 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [212.27.42.1] (HELO smtp1-g21.free.fr) (212.27.42.1) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Oct 2013 20:49:35 +0000 Received: from [127.0.0.1] (unknown [88.172.8.152]) (Authenticated sender: bmannina) by smtp1-g21.free.fr (Postfix) with ESMTPSA id 5EA6B9401F2 for ; Wed, 23 Oct 2013 22:49:09 +0200 (CEST) Message-ID: <5268363F.6080408@free.fr> Date: Wed, 23 Oct 2013 22:49:03 +0200 From: Bruno Mannina User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: solr-user@lucene.apache.org Subject: Re: What is the right fieldType for this kind of field? References: <52680D55.1060707@free.fr> <52683519.7010701@free.fr> In-Reply-To: <52683519.7010701@free.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 131023-0, 23/10/2013), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Le 23/10/2013 22:44, Bruno Mannina a �crit : > Le 23/10/2013 20:09, Jack Krupansky a �crit : >> You could use the keyword tokenizer plus the lower case filter. > Jack, > > Could you help me to write the right fieldType please? > (index and query) > > Another thing, I don't know if I must use the Keyword tokenizer > because codes contain "/" char, > and Tokenizer seems split code no ? > > Many thanks, > > Bruno > > may be an answer (i don't tested yet) http://pietervogelaar.nl/solr-3-5-search-case-insensitive-on-a-string-field-for-exact-match/