default RegexFragmenter

2011-01-11 Thread Sebastian M
Hello, I'm investigating an issue where spellcheck queries are tokenized without being explicitly told to do so, resulting in suggestions such as "www.www.product4sale.com.com" for the queries such as "www.product4sale.com". The default RegexFragmenter fragmenter (name="regex") uses the regular

Re: Solr Spellcheker automatically tokenizes on period marks

2011-01-10 Thread Sebastian M
I've noticed that the spellcheck component also seems to tokenize by itself on question marks, not only period marks. Based on the spellcheck definition above, does anyone know how to stop Solr from tokenizing strings on queries such as www.sometest.com (which causes suggestions of the form ww

Re: Solr Spellcheker automatically tokenizes on period marks

2010-12-23 Thread Sebastian M
Is it possible that the spellcheck query can be configured to stop tokenizing on period marks through a parameter, rather than through the analyzer? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Spellcheker-automatically-tokenizes-on-period-marks-tp2131844p2138753.html

Re: Solr Spellcheker automatically tokenizes on period marks

2010-12-22 Thread Sebastian M
Hi and thanks for your reply, My searchComponent is as such: textSpell ... And then in my schema.xml, I have: ... Which is the analyzer I pasted in my original

Solr Spellcheker automatically tokenizes on period marks

2010-12-22 Thread Sebastian M
Hello, My main (full text) index contains the terms "www", "sometest", "com", which is intended and correct. My spellcheck index contains the term "www.sometest.com". which is also intended and correct. However, when querying the spellchecker using the query "www.sometest.com", I get the sugge