Re: Fuzzy Suggester and exactMatchFirst

2013-03-18 Thread Robert Muir
On Sun, Mar 17, 2013 at 8:19 PM, Eoghan Ó Carragáin wrote: > > I can see why the Fuzzy Suggester sees "college" as a match for "colla" but > expected the exactMatchFirst parameter to ensure that suggestions beginning > with "colla" to be weight

Fuzzy Suggester and exactMatchFirst

2013-03-17 Thread Eoghan Ó Carragáin
Hi, I've got the Fuzzy Suggester returning results thanks to tips from Robert Muir, but some of the suggestions aren't great. For example, passing spellcheck.q=colla to the standard Suggester gives: collaboration collaborate collaborating collaborations Whereas passing spellcheck.

Re: Analyzing Suggester and Fuzzy Suggester - configuration and comparison

2013-03-15 Thread Eoghan Ó Carragáin
types configured in schema.xml, but I'm not sure. I'd appreciate if > someone > > could point me to documentation on this (I didn't find anything on the > > wiki), or post an example SpellCheckComponent configuration. > > > > Also, what is the differ

Re: Analyzing Suggester and Fuzzy Suggester - configuration and comparison

2013-03-15 Thread Robert Muir
ed in schema.xml, but I'm not sure. I'd appreciate if someone > could point me to documentation on this (I didn't find anything on the > wiki), or post an example SpellCheckComponent configuration. > > Also, what is the difference between the Fuzzy Suggester and the Analyzing &

Analyzing Suggester and Fuzzy Suggester - configuration and comparison

2013-03-15 Thread Eoghan Ó Carragáin
the wiki), or post an example SpellCheckComponent configuration. Also, what is the difference between the Fuzzy Suggester and the Analyzing Suggester. When would you use one rather than the other? Many thanks, Eoghan [1] http://blog.mikemccandless.com/2012/09/lucenes-new-analyzing-suggester.html

Re: Fuzzy Suggester

2012-06-04 Thread alioral
; int count = onlyMorePopular ? num * 2 : num; if (usePrefix) { list = trie.matchPrefix(key, count); } else { list = trie.matchAlmost(key, count); } -- View this message in context: http://lucene.472066.n3.nabble.com/Fuzzy-Suggester-tp3355111p3987674.html Sent from the Solr

Fuzzy Suggester

2011-09-21 Thread O. Klein
//lucene.472066.n3.nabble.com/Fuzzy-Suggester-tp3355111p3355111.html Sent from the Solr - User mailing list archive at Nabble.com.