Re: facets and stopwords

2009-07-08 Thread JCodina
> -Hoss > > Yes your are right, que? que, que... i need to change the analyzer. They are not detected by the stopwords analyzer because i use the whitespace tokenizer, I will use the StanadardTokenizer Thanks Hoss -- View this message in context: http://www.nabble.com/facets-and-stopwords-tp23952823p24390157.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: facets and stopwords

2009-07-07 Thread Chris Hostetter
: http://projecte01.development.barcelonamedia.org/fonetic/ : you will see a "Top Words" list (in Spanish and stemmed) in the list there : is the word "si" which is in 20649 documents. : If you click at this word, the system will perform the query : (x) content:si, with no answers at all :

Re: facets and stopwords

2009-07-01 Thread JCodina
che.solr.analysis.LowerCaseFilterFactory args:{} 4. org.apache.solr.analysis.SnowballPorterFilterFactory args:{languange: Spanish } 5. org.apache.solr.analysis.RemoveDuplicatesTokenFilterFactory args:{} The field is indexed, tokenized, stored and termvectors are stored. So, why the stopwords are in the index? --

Re: facets and stopwords

2009-06-30 Thread Chris Hostetter
: Date: Tue, 9 Jun 2009 16:04:03 -0700 (PDT) : From: JCodina : Subject: facets and stopwords : I have a text field from where I remove stop words, as a first approximation : I use facets to see the most common words in the text, but.. stopwords are : there, and if I search documents having the

facets and stopwords

2009-06-09 Thread JCodina
t: http://www.nabble.com/facets-and-stopwords-tp23952823p23952823.html Sent from the Solr - User mailing list archive at Nabble.com.