On 10/28/2013 4:40 AM, pyramesh wrote: > But this is not I want.. I want to display data as same as input format. > > can anyone please help on this
What Solr outputs in its fields for search results is identical to what it receives when data is indexed, unless you have update processors configured that change the data. The analysis chain that you define in schema.xml is *NOT* applied to stored data, only indexed data. If the search results are not coming out in the format that you want, it is either arriving at Solr incorrectly, or you have one or more update processors that are changing it. Thanks, Shawn