Good knowledge for everybody, those little mistakes like spaces, typos and
lack of commas makes lose so many time. thanks for posting this.
2011/8/18 Mike Mander
> Solution found.
> The original solr-config.xml jarowinkler definition had some line breaks.
> If i write the difinition in one line
Solution found.
The original solr-config.xml jarowinkler definition had some line breaks.
If i write the difinition in one line (no tabs, no line breaks) server
starts without exception
org.apache.lucene.search.spell.JaroWinklerDistance
Thanks for helping me
Mike
Hi Mike, is your config lik
Hello Alexei Martchenko,
my search component looks like this:
textSpell
default
name
spellchecker
jarowinkler
spell
org.apache.lucene.search.spell.JaroWinklerDistance
spellcheckerJaro
I realy only uncommented the jaro winkler stuff. I've found the Class in
t
Hi Mike, is your config like this?
Is queryAnalyzerFieldType matching your type of field to be indexed?
Is the field correct?
textSpell
jarowinkler
sear_spellterms
false
true
org.apache.lucene.search.spell.JaroWinklerDistance
./spellchecker_jarowinkler
2011/8/17 Mike Mander
> Hello,
>
> i g
Hello,
i get a ClassNotFoundException for JaraWinklerDistance when i start the
solr example server.
I simply copied the server and uncommented the spellchecker in
example/conf/solr-config.xml
I did nothing else.
I already googled but didn't get a hint. Can someone help me please.
Thanks
Mike