RE: How get around solr's spellcheck maxEdit limit of 2?

2016-01-22 Thread Dyer, James
, 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 config

Re: How get around solr's spellcheck maxEdit limit of 2?

2016-01-22 Thread Nitin Solanki
lly 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?

2016-01-21 Thread Dyer, James
x27;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

Re: How get around solr's spellcheck maxEdit limit of 2?

2016-01-21 Thread Erick Erickson
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 wrote: > I am using Solr for spel

How get around solr's spellcheck maxEdit limit of 2?

2016-01-21 Thread Nitin Solanki
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