See the old docs at https://wiki.apache.org/solr/SpellCheckComponent#Configuration
In particular, you need this line in solrconfig.xml: <str name="spellcheckIndexDir">./spellchecker</str> James Dyer Ingram Content Group -----Original Message----- From: Nitin Solanki [mailto:nitinml...@gmail.com] Sent: Friday, January 22, 2016 11:20 AM To: solr-user@lucene.apache.org Subject: Re: How get around solr's spellcheck maxEdit limit of 2? Ok, But IndexBasedSpellChecker needs a directory where all indexes are stored to do spell check. I don't have any idea about IndexBasedSpellChecker. If you send me snap configuration of that. It will help me.. Thanks On Fri, Jan 22, 2016 at 1:45 AM Dyer, James <james.d...@ingramcontent.com> wrote: > But if you really need more than 2 edits, I think IndexBasedSpellChecker > supports it. > > James Dyer > Ingram Content Group > > -----Original Message----- > From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent: Thursday, January 21, 2016 11:29 AM > To: solr-user > Subject: Re: How get around solr's spellcheck maxEdit limit of 2? > > bq: ...is anyway to increase that maxEdit.... > > IIUC, increasing maxEdit beyond 2 increases the space/time required > unacceptably, that limit is there on purpose, put there by people who > know their stuff. > > Best, > Erick > > On Thu, Jan 21, 2016 at 12:39 AM, Nitin Solanki <nitinml...@gmail.com> > wrote: > > I am using Solr for spell Correction. Solr is limited to maxEdit of 2. > Does > > there is anyway to increase that maxEdit without using phonetic mapping ? > > Please any suggestions > >