Isn't this more a problem of the query string?
Let's assume i have a game name like "Nintentdo 3DS - 'Star Wars - Clone
Wars'".
Can i copy that name to a field cutting the - and ', lowercase the
result string
and remove the whitespaces? So that i have "nintendo3dsstarwarsclonewars".
Is that "f
Thanks stockii,
but WDFF ist splitting on Numeric or NameChange only.
For Star Wars in index and starwars in query this means that both are
not equal. Or?
Thanks
Mike
which type in the schema.xml do you use.
try out WordDelimiterFilterFactory or some other filters from this site:
http://wik
Hello,
i have configured a catchall searchword field. In this i copy the value
of field name. Name value = "Star Wars".
Now i try to find this document by searchword "starwars". But it's not
found.
Vice versa same problem. Name value = "SuperRTL", searchword is "super rtl".
Replacing all whit
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 get a ClassNotFoundException for
tance
./spellchecker_jarowinkler
2011/8/17 Mike Mander
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
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