Re: Stopwords not working as expected

2010-01-02 Thread Bogdan Vatkov
@Mahout experts: could you please, elaborate on that? It seems that I am stopping successfully quite some words with the stopwords mechanism in Solr (I do not get search results when querying with stopwords with the localhost/solr/select interface) but this somehow is not effective when Solr index

Re: Stopwords not working as expected

2010-01-02 Thread Lance Norskog
Fields are both stored and indexed. The stored copy is exactly what you sent in. The index is built with the "text" type's analysis stack and is not stored. This output has the stopwords removed. The output is not stored in one place, but parts of it are scattered around the Lucene index data struc