On 4/1/2016 1:24 PM, Girish Tavag wrote: > Finally i'm able to figure out the problem. The issue was in > solrconfig.xml where the booleans was defined. I replaced booleans with > boolean and other similar fileds and it worked correctly :)
This has happened because you mixed the solrconfig.xml file from data_driven_schema_configs with the schema from a completely different example. The config and schema in each example are intended to be used as a matched pair. If you mix pieces from examples without checking to make sure they are compatible and fixing anything you find, problems *will* happen. Thanks, Shawn