Re: Stop Words in SpellCheckComponent

2012-06-02 Thread Matthias Müller
Also, generally, you should have a separate field and field type for the spellcheck field **so that normal text fields can use stop words.** Now I've found a solution, although I'm not sure, if it's that what you've meant: Now I'm using a special fieldType WITHOUT stopwords for the spellcheck

Re: Stop Words in SpellCheckComponent

2012-06-01 Thread Jack Krupansky
: Stop Words in SpellCheckComponent str name=fieldspellcheck_de/str That should reference a field, not a field type. Thanks for your help. But I did that, too. Here I'll show that even the solr example webapp makes suggestions for stopwords: I've ... 1. added the to the stopwords.txt 2. added

Re: Stop Words in SpellCheckComponent

2012-06-01 Thread Matthias Müller
But your most recent email referred to stopword.txt. So, either add the to german_stop_long.txt, or change the words option of your stopfilter to refer to stopwords.txt. Sorry for that confusion: The stopfilter refers to the stopwords.txt Now I'm just talking about the solr example webapp

Re: Stop Words in SpellCheckComponent

2012-06-01 Thread Jack Krupansky
Words in SpellCheckComponent But your most recent email referred to stopword.txt. So, either add the to german_stop_long.txt, or change the words option of your stopfilter to refer to stopwords.txt. Sorry for that confusion: The stopfilter refers to the stopwords.txt Now I'm just talking about

Stop Words in SpellCheckComponent

2012-05-31 Thread Matthias Müller
Hi, is it possible to configure a stopword list to the SpellCheckComponent? For example: When searching for the indexs the is filtered, because it is a stopword. The SpellCheckComponent gives me a false suggestion for the. But the SpellCheckComponent should only give a suggestion for index

RE: Stop Words in SpellCheckComponent

2012-05-31 Thread Markus Jelsma
Add a stopwordfilter to your spellcheck field. -Original message- From:Matthias Müller mm4...@googlemail.com Sent: Thu 31-May-2012 18:39 To: solr-user@lucene.apache.org Subject: Stop Words in SpellCheckComponent Hi, is it possible to configure a stopword list

Re: Stop Words in SpellCheckComponent

2012-05-31 Thread Matthias Müller
is it possible to configure a stopword list to the SpellCheckComponent? Add a stopwordfilter to your spellcheck field. Hmm, I did. Could it be another mistake? This is the schema definition: fieldType name=spellcheck_de class=solr.TextField positionIncrementGap=100 analyzer

Re: Stop Words in SpellCheckComponent

2012-05-31 Thread Jack Krupansky
:23 PM To: solr-user@lucene.apache.org Subject: Re: Stop Words in SpellCheckComponent is it possible to configure a stopword list to the SpellCheckComponent? Add a stopwordfilter to your spellcheck field. Hmm, I did. Could it be another mistake? This is the schema definition: fieldType

Re: Stop Words in SpellCheckComponent

2012-05-31 Thread Matthias Müller
str name=fieldspellcheck_de/str That should reference a field, not a field type. Thanks for your help. But I did that, too. Here I'll show that even the solr example webapp makes suggestions for stopwords: I've ... 1. added the to the stopwords.txt 2. added thex to an example document (field