Re: How do i get results for quering with separated words?

2011-10-05 Thread Mike Mander
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

Re: How do i get results for quering with separated words?

2011-10-05 Thread Mike Mander
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

How do i get results for quering with separated words?

2011-10-05 Thread Mike Mander
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

Re: ClassNotFoundException when trying to make spellcheck JaraWinkler working

2011-08-17 Thread Mike Mander
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

Re: ClassNotFoundException when trying to make spellcheck JaraWinkler working

2011-08-17 Thread Mike Mander
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

ClassNotFoundException when trying to make spellcheck JaraWinkler working

2011-08-17 Thread 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 get a hint. Can someone help me please. Thanks Mike