I downloaded solr version 6.2.0 (6.2.0 764d0f19151dbff6f5fcd9fc4b2682cf934590c5 - mike - 2016-08-20 05:41:37) and installed my core.
In my schema.xml i have an field like following : <field name="stock_status" type="boolean" indexed="true" stored="true" multiValued="false"/> Now i am accessing this field using SolrJ (6.1.0). But i am always getting false value for above field even though it contains true boolean value. This is happening for all boolean fields. http://localhost:8983/solr...wt=javabin&version=2 HTTP/1.1 If i change the solr version to 6.1.0, with same SolrJ, it starts working. So clearly this is a bug in version 6.2.0. This is my first mail and issue report, so please correct me or need to send this to some other group or mail let me know. Thanks, Pavan
