Your problem is probably that the query _parser_ gets in there before
the input gets to the analysis chain. When you use the admin/analysis
page, it's as though the query parser has already broken the query up
and assigned it.
Add to that that wildcard queries have their own quirks when parsing
an
Hi,
I created the following fieldType in schema.xml
mapping.txt contains the following (replacing dot with white space)
"." => " "
and using the above in the field
1. in the analysis page on the solr UI
(http://localhost:8984/solr/#/tenant1-core-1/analysis)