Re: Problem using stop words

2011-08-25 Thread Erick Erickson
op2.txt" >                enablePositionIncrements="true" >                /> >         generateWordParts="1" generateNumberParts="1" catenateWords="0" > catenateNumbers="0" catenateAll="0" splitOnCaseChange="0"/> >         >         >   > > The solrconfig.xml file: > >   >     >      true >     >     >      terms >     >   > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Problem-using-stop-words-tp3274598p3280291.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Problem using stop words

2011-08-24 Thread Lance Norskog
g file. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Problem-using-stop-words-tp3274598p3280319.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Lance Norskog goks...@gmail.com

Re: Problem using stop words

2011-08-24 Thread _snake_
I forgot to say that my stopwords file is in the same location as the schema file and the solrconfig file. -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-using-stop-words-tp3274598p3280319.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problem using stop words

2011-08-24 Thread _snake_
s -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-using-stop-words-tp3274598p3280291.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problem using stop words

2011-08-22 Thread Alexei Martchenko
No, I think you're right, i've never seen pipes as comments before... 2011/8/22 Erick Erickson > Ahh, you're right. I was wy off base there > > So I guess the question is how you know the words aren't being removed? A > common > problem is to look at *stored* fields rather than what's ac

Re: Problem using stop words

2011-08-22 Thread Erick Erickson
Ahh, you're right. I was wy off base there So I guess the question is how you know the words aren't being removed? A common problem is to look at *stored* fields rather than what's actually in the inverted index. The TermsComponent can help here: http://wiki.apache.org/solr/TermsComponent

Re: Problem using stop words

2011-08-22 Thread Alexei Martchenko
That very txt said "A Spanish stop word list. Comments begin with vertical bar. Each stop word is at the start of a line." Solr's comments are #s not pipes. Brazilian stopwords file is kinda raw... http://svn.apache.org/repos/asf/lucene/dev/trunk/modules/analysis/common/src/resources/org/apache/l

Re: Problem using stop words

2011-08-22 Thread Alexei Martchenko
Funny thing is that stopwords files in the examples shown in http://wiki.apache.org/solr/LanguageAnalysis#Spanish are actually using pipe and other terms. See the spanish one in http://svn.apache.org/repos/asf/lucene/dev/trunk/modules/analysis/common/src/resources/org/apache/lucene/analysis/snowbal

Re: Problem using stop words

2011-08-22 Thread Erick Erickson
What does the admin/analysis page show? And if you're really putting the pipe symbol (|) in you stopwords file, I have no clue what Solr will make of it. The stopwords file format is usually just one word per line. I'm assuming your name of "string" for the field type is just a placeholder or

Problem using stop words

2011-08-22 Thread Lucas Miguez
Hi, I am trying to use spanish stop words, but the stop words are not working: Part of the schema.xml file: __