Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A23A6200C80 for ; Thu, 11 May 2017 03:05:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A0DDC160BB4; Thu, 11 May 2017 01:05:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E5E59160B9C for ; Thu, 11 May 2017 03:05:03 +0200 (CEST) Received: (qmail 77198 invoked by uid 500); 11 May 2017 01:04:57 -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 77187 invoked by uid 99); 11 May 2017 01:04:56 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 May 2017 01:04:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 3F55DCDA99 for ; Thu, 11 May 2017 01:04:56 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.736 X-Spam-Level: *** X-Spam-Status: No, score=3.736 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_ENVFROM_END_DIGIT=0.25, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id s5yfr-NZxqPc for ; Thu, 11 May 2017 01:04:54 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id A3D775F642 for ; Thu, 11 May 2017 01:04:53 +0000 (UTC) Received: from mben.nabble.com (unknown [162.253.133.72]) by mwork.nabble.com (Postfix) with ESMTP id 04E7D40A4B350 for ; Wed, 10 May 2017 18:04:53 -0700 (MST) Date: Wed, 10 May 2017 18:04:53 -0700 (MST) From: aruninfo100 To: solr-user@lucene.apache.org Message-ID: <1494464693019-4334554.post@n3.nabble.com> Subject: SolrSpellChecker not showing suggestions when the first character of a word is wrong MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Thu, 11 May 2017 01:05:04 -0000 Hi All, I am trying to do spell check with Solr.I am able to get suggestions when the word is incorrectly spelled. Eg:-word entered(incorrectly) :*maintaan* I am getting *"maintain" *as suggestion,but if I provide *naintain*,it doesnt provide suggestions. *solrConfig:* text_general default spell_text solr.DirectSolrSpellChecker internal 0.5 wordbreak solr.WordBreakSolrSpellChecker spell_text true true 5 5 default wordbreak true true 5 2 5 true true 5 3 true true spellcheck Kindly hep me on this. Thanks and Regards, Arun -- View this message in context: http://lucene.472066.n3.nabble.com/SolrSpellChecker-not-showing-suggestions-when-the-first-character-of-a-word-is-wrong-tp4334554.html Sent from the Solr - User mailing list archive at Nabble.com.