Re: Whole unfiltered content in response document field

2011-05-09 Thread solrfan
I understand now. I become the raw content of the field because is "stored". The filtered content is in the response not visible. I can only see this in the analysis view. Ok now :) I will try to move the StopFilter under the WordDelimeter. Thanks! -- View this message in context: http://lucen

Re: Whole unfiltered content in response document field

2011-05-07 Thread Ahmet Arslan
> >         class="solr.WhitespaceTokenizerFactory"/> >         class="solr.StopFilterFactory" >                 > ignoreCase="true" >                 > words="stopwords.txt" >                 > enablePositionIncrements="true" >                 > /> >         class="solr.WordDelimiterFilte