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
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
/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
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
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,
>
>