Multiword mispellings

2014-12-18 Thread Matt Mongeau
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

Re: WordBreakSolrSpellChecker Usage

2014-12-16 Thread Matt Mongeau
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

Re: WordBreakSolrSpellChecker Usage

2014-12-15 Thread Matt Mongeau
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

Re: WordBreakSolrSpellChecker Usage

2014-12-15 Thread Matt Mongeau
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

Re: WordBreakSolrSpellChecker Usage

2014-12-11 Thread Matt Mongeau
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

Fwd: WordBreakSolrSpellChecker Usage

2014-12-10 Thread Matt Mongeau
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