CharFilter, analysis.jsp

2009-08-17 Thread Erik Hatcher
I'm interested in using a CharFilter, something like this: fieldType name=html_text class=solr.TextField analyzer charFilter class=solr.HTMLStripCharFilterFactory/ tokenizer class=solr.WhitespaceTokenizerFactory/ /analyzer /fieldType In hopes of being able to

Re: CharFilter, analysis.jsp

2009-08-17 Thread Yonik Seeley
I broke it with reusable token streams. Just checked in a fix - can you try now? -Yonik http://www.lucidimagination.com On Mon, Aug 17, 2009 at 10:17 PM, Erik Hatchererik.hatc...@gmail.com wrote: I'm interested in using a CharFilter, something like this:    fieldType name=html_text

Re: CharFilter, analysis.jsp

2009-08-17 Thread Yonik Seeley
On Mon, Aug 17, 2009 at 11:03 PM, Erik Hatchererik.hatc...@gmail.com wrote: That fixes it with analysis.jsp, but not with FieldAnalysisRequestHandler I don't think.  Using that field definition below, and this request -