Serving spell checked content

2012-01-19 Thread Bojan Miletic
Hi everyone. I'm having a bit of problem and was hoping you could help me. My Solr instance is getting lot of wrongly spelled data in its input and I was wondering is there a way to make Solr perform spell check on data before importing it or if that's not possible perform spell check on results

Re: Problem with synonyms containing whitespace

2011-12-17 Thread Bojan Miletic
Thanks guys, Problem was in default tokenizer that synonymFilterFactory was using. I modified parameter and now everything is working ^_^. On Sat, Dec 17, 2011 at 11:48 PM, Ahmet Arslan wrote: > > When testing in analyzer by using solr admin light gets > > correctly > > recognised as one of t

Problem with synonyms containing whitespace

2011-12-17 Thread Bojan Miletic
Hi everyone, I'm having a bit of problem with synonyms. My synonyms.txt looks like this: > class\ 3\ (gvw\ 10001\ -\ 14000), light > class 4 (gvw 14001 - 16000), class 5 (gvw 16001 - 19500), class 6 (gvw > 19501 - 26000), medium > When testing in analyzer by using solr admin light gets correctl