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 D99CE1121B for ; Fri, 29 Aug 2014 16:05:27 +0000 (UTC) Received: (qmail 55109 invoked by uid 500); 29 Aug 2014 16:05:21 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 55016 invoked by uid 500); 29 Aug 2014 16:05:21 -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 55005 invoked by uid 99); 29 Aug 2014 16:05:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2014 16:05:21 +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: domain of SRS0=kXGPz8=5X=basetechnology.com=jack@yourhostingaccount.com designates 65.254.253.80 as permitted sender) Received: from [65.254.253.80] (HELO walmailout10.yourhostingaccount.com) (65.254.253.80) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2014 16:04:54 +0000 Received: from walmailscan15.yourhostingaccount.com ([10.1.15.15] helo=walmailscan15.yourhostingaccount.com) by walmailout10.yourhostingaccount.com with esmtp (Exim) id 1XNOfV-0007TF-1j for solr-user@lucene.apache.org; Fri, 29 Aug 2014 12:04:53 -0400 Received: from [10.114.3.32] (helo=walimpout12) by walmailscan15.yourhostingaccount.com with esmtp (Exim) id 1XNOfV-0000CL-0c for solr-user@lucene.apache.org; Fri, 29 Aug 2014 12:04:53 -0400 Received: from walauthsmtp07.yourhostingaccount.com ([10.1.18.7]) by walimpout12 with id kg4p1o00R099A7601g4s6N; Fri, 29 Aug 2014 12:04:53 -0400 X-Authority-Analysis: v=2.1 cv=Z6ZiHRhA c=1 sm=1 tr=0 a=NZRI6lriG+l9ORc+caGMjA==:117 a=UkMH5KcvGpXfM81wB0t8ug==:17 a=pq4jwCggAAAA:8 a=OF-CdTOGAAAA:8 a=aQzbgH187woA:10 a=bh7UGMgK2aQA:10 a=pRU_AWv8sYgA:10 a=3jZET7lWBKwA:10 a=IkcTkHD0fZMA:10 a=jvYhGVW7AAAA:8 a=OA2lqS22AAAA:8 a=pGLkceISAAAA:8 a=QOhoot7scameHTlrrD8A:9 a=QEXdDO2ut3YA:10 a=MSl-tDqOz04A:10 Received: from 207-237-113-28.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com ([207.237.113.28]:57087 helo=JackKrupansky14) by walauthsmtp07.yourhostingaccount.com with esmtpa (Exim) id 1XNOfR-0003VD-MT for solr-user@lucene.apache.org; Fri, 29 Aug 2014 12:04:49 -0400 Message-ID: From: "Jack Krupansky" To: References: In-Reply-To: Subject: Re: Specify Analyzer per field Date: Fri, 29 Aug 2014 12:04:48 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 16.4.3528.331 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3528.331 X-EN-UserInfo: e0a4b55451ed9f27313ebf02e3d4348d:931c98230c6409dcc37fa7e93b490c27 X-EN-AuthUser: jack@basetechnology.com Sender: "Jack Krupansky" X-EN-OrigIP: 207.237.113.28 X-EN-OrigHost: 207-237-113-28.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com X-Virus-Checked: Checked by ClamAV on apache.org But that doesn't let him change or override the analyzer for the field type. -- Jack Krupansky -----Original Message----- From: Alexandre Rafalovitch Sent: Friday, August 29, 2014 11:55 AM To: solr-user Subject: Re: Specify Analyzer per field Can't you just use old fashion dynamic fields and use suffixes to mark the type you want? On 29/08/2014 8:17 am, "Ankit Jain" wrote: > Hi All, > > I would like to use schema less feature of Solr and also want to specify > the analyzer of each field at runtime(specify analyzer at the time of > adding new field into solr). > > Also, I want to use the different analyzer for same field type. > > -- > Thanks, > Ankit Jain >