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
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.
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
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
&
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
;
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
//lucene.472066.n3.nabble.com/Fuzzy-Suggester-tp3355111p3355111.html
Sent from the Solr - User mailing list archive at Nabble.com.