@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
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
Hi,
I am using a default (example) configuration of Solr and there the
stopwording seems to be enabled for both indexing and querying of fields of
type "text".
I have a custom field which is of the "text" type.
I have extended the stopwords.txt file with lots of words but when I index
some documen