Re: trimfilterfactory on string fieldtype?

2010-03-21 Thread Ahmet Arslan
> Can the trim filter factory work on > string fieldtypes? No. String field type (solr.StrField) is not analyzed. You can use charfilter,tokenizer,tokenfilter with solr.TextField. You can use this (TrimmedString) field definition:

Re: TrimFilterFactory

2008-10-06 Thread Grant Ingersoll
I'm not exactly sure what you are asking so a little clarification would help, but you might try using the Analysis admin page (I believe it's http://localhost:8983/solr/admin/analysis.jsp in the example) to see how your tokenizer, etc. is working for the various fields. On Oct 6, 2008, at