Re: query parsing output in analysis page and query page are different

2017-08-07 Thread Erick Erickson
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

query parsing output in analysis page and query page are different

2017-08-07 Thread radha krishnan
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