RE: Suggesting broken words with solr.WordBreakSolrSpellChecker

2015-02-02 Thread Dyer, James
ssage- From: fabio.bozzo [mailto:f.bo...@3-w.it] Sent: Friday, January 30, 2015 5:45 PM To: solr-user@lucene.apache.org Subject: Re: Suggesting broken words with solr.WordBreakSolrSpellChecker Nice! It works indeed! Sorry I didn't noticed that before. But what if I want the same fo

Re: Suggesting broken words with solr.WordBreakSolrSpellChecker

2015-01-30 Thread fabio.bozzo
l] > <http:///user/SendEmail.jtp?type=node&node=4183176&i=0>] > Sent: Wednesday, January 28, 2015 4:55 PM > To: [hidden email] <http:///user/SendEmail.jtp?type=node&node=4183176&i=1> > Subject: RE: Suggesting broken words with solr.WordBreakSolrSpellChecker >

RE: Suggesting broken words with solr.WordBreakSolrSpellChecker

2015-01-30 Thread Dyer, James
You need to decrease this to at least 2 because the length of "go" is <3. 3 James Dyer Ingram Content Group -Original Message- From: fabio.bozzo [mailto:f.bo...@3-w.it] Sent: Wednesday, January 28, 2015 4:55 PM To: solr-user@lucene.apache.org Subject: RE: Suggesting brok

RE: Suggesting broken words with solr.WordBreakSolrSpellChecker

2015-01-28 Thread fabio.bozzo
I tried increasing my alternativeTermCount to 5 and enable extended results. I also added a filter fq parameter to clarify what I mean: *Querying for "go pro" is good:* { "responseHeader": { "status": 0, "QTime": 2, "params": { "q": "go pro", "indent": "true", "fq"

RE: Suggesting broken words with solr.WordBreakSolrSpellChecker

2015-01-28 Thread Dyer, James
-w.it] Sent: Tuesday, January 27, 2015 3:59 PM To: solr-user@lucene.apache.org Subject: RE: Suggesting broken words with solr.WordBreakSolrSpellChecker I have this in my solrconfig: explicit 10 catc

RE: Suggesting broken words with solr.WordBreakSolrSpellChecker

2015-01-27 Thread fabio.bozzo
I have this in my solrconfig: explicit 10 catch_all on default wordbreak false 5

RE: Suggesting broken words with solr.WordBreakSolrSpellChecker

2015-01-27 Thread Dyer, James
yer Ingram Content Group -Original Message- From: fabio.bozzo [mailto:f.bo...@3-w.it] Sent: Tuesday, January 27, 2015 9:57 AM To: solr-user@lucene.apache.org Subject: Re: Suggesting broken words with solr.WordBreakSolrSpellChecker Good, I'll try. But imagine I have 100 documents con

Re: Suggesting broken words with solr.WordBreakSolrSpellChecker

2015-01-27 Thread fabio.bozzo
Good, I'll try. But imagine I have 100 documents containing "go pro" and 150 documents containing "gopro". Suggestions of the "other" term do not come up in any case. 2015-01-27 16:21 GMT+01:00 Dyer, James-2 [via Lucene] < ml-node+s472066n4182254...@n3.nabble.com>: > I think the word break spellc

RE: Suggesting broken words with solr.WordBreakSolrSpellChecker

2015-01-27 Thread Dyer, James
I think the word break spellchecker will do what you want. But, if I were you, I'd dial back "maxChanges" to 1 or 2. You don't want it slicing a word into 10 parts or trying to combine 10 adjacent words. You also need the "minBreakLength" to be no more than 2, if you want it to break "go" (le