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:

Custom filter development

2011-05-09 Thread solrfan
Hi, I would like to write my own filter. I try to use the following class: public class MyFilter extends TokenFilter { private String myField public SemanticQueryExpansionFilter(TokenStream input, myFiled) { super(input); this.myField =

Whole unfiltered content in response document field

2011-05-07 Thread solrfan
Hi, I have a question to the content of the document fields. My configuration is ok so far, I index a database with DIH and have configured a index analyser as folow: analyzer type=index tokenizer class=solr.WhitespaceTokenizerFactory/ filter class=solr.StopFilterFactory