New jira to track this: https://issues.apache.org/jira/browse/SOLR-9490
: Date: Thu, 8 Sep 2016 18:41:31 +0530 : From: Pavan S Shetty <[email protected]> : Reply-To: [email protected] : To: [email protected] : Subject: Re: Binary Response Writer Issue in solr version 6.2.0 : : Thanks Alexandre... : : Yes, it is same issue. I updated this in that ticket also, so that it can : be useful. : : Thanks, : : Pavan : : On Thu, Sep 8, 2016 at 3:43 PM, Alexandre Rafalovitch <[email protected]> : wrote: : : > Looks like the same issue Colvin Cowie reported in : > https://issues.apache.org/jira/browse/SOLR-9187 ? : > : > Regards, : > Alex. : > ---- : > Newsletter and resources for Solr beginners and intermediates: : > http://www.solr-start.com/ : > : > : > On 8 September 2016 at 13:21, Pavan S Shetty <[email protected]> : > wrote: : > > 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 : > : > --------------------------------------------------------------------- : > To unsubscribe, e-mail: [email protected] : > For additional commands, e-mail: [email protected] : > : > : -Hoss http://www.lucidworks.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
