Is it possible for Solr's SpellCheckComponent to suggest "Rockpoint" if the
user mistypes "Rock piont". Currently I have it making the correct
suggestions when I have "Rockpiont" or "Rock point" but not the example I
gave. Here are the relevant parts of my config files:
https://gist.github.com/hal
TermCount
> for more information.
>
> James Dyer
> Ingram Content Group
> (615) 213-4311
>
> -Original Message-
> From: Matt Mongeau [mailto:halogenandto...@gmail.com]
> Sent: Monday, December 15, 2014 10:23 AM
> To: solr-user@lucene.apache.org
> Subject: Re
I realized I was missing
solr.IndexBasedSpellChecker
But that didn't really fix my issue either.
On Mon, Dec 15, 2014 at 11:22 AM, Matt Mongeau
wrote:
>
> I think you were right about maxChanges, that does seem get rid of the
> ridiculous values. However I don't seem to
right number here. This would improve performance
> for you in some cases.
>
> Possibly the reason “Rock point” > “Rockpoint” is failing is because you
> have "maxChanges" set to 10. This tells it you are willing for it to break
> a word into 10 separate p
getting suggested in the "collation" section.
>
> James Dyer
> Ingram Content Group
> (615) 213-4311
>
>
> -Original Message-
> From: Matt Mongeau [mailto:halogenandto...@gmail.com]
> Sent: Wednesday, December 10, 2014 12:43 PM
> To: solr-user@luc
If I have my search component setup like this
https://gist.github.com/halogenandtoast/cf9f296d01527080f18c and I have an
entry for “Rockpoint” shouldn’t “Rock point” generate suggestions?
This doesn't seem to be the case, but it works for "Blackstone" with "Black
stone". Any ideas on what I might