Re: Spellcheck on first character

2015-11-30 Thread Alessandro Benedetti
gt; > > -Original message- > > > From:Ryan Yacyshyn > > > Sent: Friday 27th November 2015 15:44 > > > To: solr-user@lucene.apache.org > > > Subject: Re: Spellcheck on first character > > > > > > hmm.. I must be missing so

Re: Spellcheck on first character

2015-11-27 Thread Ryan Yacyshyn
s configurable via Solr: > http://lucene.apache.org/solr/5_3_0/solr-core/org/apache/solr/spelling/DirectSolrSpellChecker.html > > > > -Original message- > > From:Ryan Yacyshyn > > Sent: Friday 27th November 2015 15:44 > > To: solr-user@lucene.apache.org

RE: Spellcheck on first character

2015-11-27 Thread Markus Jelsma
/DirectSolrSpellChecker.html -Original message- > From:Ryan Yacyshyn > Sent: Friday 27th November 2015 15:44 > To: solr-user@lucene.apache.org > Subject: Re: Spellcheck on first character > > hmm.. I must be missing something then. I do get spelling suggestions if I > make a mistake

Re: Spellcheck on first character

2015-11-27 Thread Ryan Yacyshyn
hmm.. I must be missing something then. I do get spelling suggestions if I make a mistake anywhere *after* the first character (eg: apointment or apppointment or apppointmenz). But if there's only an additional character in front, I get nothing back. Have you tried this? I did try an online Levens

Re: Spellcheck on first character

2015-11-27 Thread Alessandro Benedetti
Hi Ryan, "eappointment" has a Leveinstein distance of 1 edit from "appointment" ( 1 insertion) . There's should be any problem to provide that suggestion, as the solr spellcheck supports up to 2 edits as a maximum distance. Cheers On 27 November 2015 at 03:41, Ryan Yacyshyn wrote: > Hi all, > >

Spellcheck on first character

2015-11-26 Thread Ryan Yacyshyn
Hi all, Is it possible to provide spelling suggestions if it's just the first character that's wrong (or has an additional character added)? We have users querying for "eappointment" when they should just be searching for "appointment". I'd like to show "appointment" as a spelling suggestion for