Re: solr.HTMLStripCharFilterFactory issue

2019-09-02 Thread Big Gosh
Thank you for your answer, very clear and precise. On Mon, 2 Sep 2019 at 15:52, Erick Erickson wrote: > This is expected behavior, assuming you’re asking for your stored field as > part of the “fl” list. > > The default behavior is to store the raw input and return it unaltered. > The stored d

Re: solr.HTMLStripCharFilterFactory issue

2019-09-02 Thread Erick Erickson
This is expected behavior, assuming you’re asking for your stored field as part of the “fl” list. The default behavior is to store the raw input and return it unaltered. The stored data is recorded before _any_ analysis, including charFilters. Otherwise it’d be surprising to see, say, the origi

Re: solr.HTMLStripCharFilterFactory issue

2019-09-02 Thread Erik Hatcher
Analysis has no effect on the stored (what you get back from fl) value. The html stripping is happening behind the scenes on the indexed/searchable terms. Erik > On Sep 2, 2019, at 09:30, Big Gosh wrote: > > Hi, > > I've configured in solr 8.2.0 a field type as follows: > > position