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 1742810360 for ; Tue, 11 Mar 2014 14:21:13 +0000 (UTC) Received: (qmail 43605 invoked by uid 500); 11 Mar 2014 14:21:08 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 43551 invoked by uid 500); 11 Mar 2014 14:21:07 -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 43543 invoked by uid 99); 11 Mar 2014 14:21:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2014 14:21:06 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of furkankamaci@gmail.com designates 209.85.219.47 as permitted sender) Received: from [209.85.219.47] (HELO mail-oa0-f47.google.com) (209.85.219.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2014 14:21:00 +0000 Received: by mail-oa0-f47.google.com with SMTP id i11so8614663oag.20 for ; Tue, 11 Mar 2014 07:20:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=JFf12wuSdwhdgQaHDqwmM9ol2DafweSwkJjgCXt0ECQ=; b=eDG/DS2J+lJDZa80DZDNUnAPIY1UTaPHhPwTcQU2XkT2Aoo4q3IafA5wXAvJEQHKlz cPVcpbB+j/2G5UX4Oi82dn3aDxlXgrh781pY/3+GmirS66sdlhV/kJqBfSC7kE0Trbcf TC4onWu2wfiYpNQsR7GCVLTElLabPisYsT87o6w0tkw2iHoTbULY8eJdwlvE5/Ezjh8q IVIg1inXGjtKY2yY4L7fcCDce5naK1gnH3VX0md3EeklK/L51yvAxU1yhiGGLYKxOq0e Ci+Iu0yO58ONPWi7ZORxM/WS9J7mDcZZwyyY7LlMEaMtOUxCb6pZPXeOCoGJYzeSo3A8 iw0Q== MIME-Version: 1.0 X-Received: by 10.60.98.73 with SMTP id eg9mr271668oeb.81.1394547639555; Tue, 11 Mar 2014 07:20:39 -0700 (PDT) Received: by 10.76.154.162 with HTTP; Tue, 11 Mar 2014 07:20:39 -0700 (PDT) In-Reply-To: <1394546793081-4122864.post@n3.nabble.com> References: <1394017221300-4121355.post@n3.nabble.com> <1394030169.53310.YahooMailNeo@web124701.mail.ne1.yahoo.com> <1394190972350-4121957.post@n3.nabble.com> <1394203685.45639.YahooMailNeo@web124702.mail.ne1.yahoo.com> <1394546793081-4122864.post@n3.nabble.com> Date: Tue, 11 Mar 2014 16:20:39 +0200 Message-ID: Subject: Re: Implementing a customised tokenizer From: Furkan KAMACI To: "solr-user@lucene.apache.org" Content-Type: multipart/alternative; boundary=089e0139fc60b015df04f4556ca0 X-Virus-Checked: Checked by ClamAV on apache.org --089e0139fc60b015df04f4556ca0 Content-Type: text/plain; charset=ISO-8859-1 Hi; I suggest you to look at the source code. NGramTokenizer.java has some explanations as comments and it may help you. Thanks; Furkan KAMACI 2014-03-11 16:06 GMT+02:00 epnRui : > Hi Ahmet, > > I think the expungesDelete is done automatically through SolrJ. So I don't > think it was that. > THe problem solved by itself apparently. I wonder if it has to do with an > automatic optimization of Solr indexes? > Otherwise it was something similar to XY problem :P > > Thanks for the help! > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Implementing-a-customised-tokenizer-tp4121355p4122864.html > Sent from the Solr - User mailing list archive at Nabble.com. > --089e0139fc60b015df04f4556ca0--