Re: chaining charFilter

2020-12-02 Thread Arturas Mazeika
Hi Alex, Hi Erick, Thanks a lot for the prompt reply. Indeed, the functionality is completely fine and checking the values with the analyzer gives results as expected. I also checked the jira issue, nicely described. Cheers, Arturas On Wed, Dec 2, 2020 at 7:23 PM Erick Erickson wrote: >

Re: chaining charFilter

2020-12-02 Thread Erick Erickson
Images are stripped by the mail server, so we can’t see the result. I looked at master and the admin UI has problems, I just raised a JIRA, see: https://issues.apache.org/jira/browse/SOLR-15024 The _functionality_ is fine. If you go to the analysis page and enter values, you’ll see the

Re: chaining charFilter

2020-12-02 Thread Alexandre Rafalovitch
Did you reload the core for it to notice the new schema? Or try creating a new core from the same schema? If it is a SolrCloud, you also have to upload the schema to the Zookeeper. Regards, Alex. On Wed, 2 Dec 2020 at 09:19, Arturas Mazeika wrote: > Hi Solr-Team, > > The manual of

chaining charFilter

2020-12-02 Thread Arturas Mazeika
Hi Solr-Team, The manual of charfilters says that one can chain them: (from https://lucene.apache.org/solr/guide/6_6/charfilterfactories.html#CharFilterFactories-solr.MappingCharFilterFactory ): CharFilters can be chained like Token Filters and placed in front of a Tokenizer. CharFilters can