[ 
https://issues.apache.org/jira/browse/SOLR-9187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473838#comment-15473838
 ] 

Pavan Shetty commented on SOLR-9187:
------------------------------------

As suggested in devel mailing list i am updating this here...

Binary Response Writer Issue in solr version 6.2.0 :

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

It is working fine in other response writer.

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.

Thanks,

Pavan

> Support dates and booleans in /export handler, support boolean DocValues 
> fields
> -------------------------------------------------------------------------------
>
>                 Key: SOLR-9187
>                 URL: https://issues.apache.org/jira/browse/SOLR-9187
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>             Fix For: 6.2, master (7.0)
>
>         Attachments: SOLR-9187.patch, SOLR-9187.patch, SOLR-9187.patch
>
>
> Since these can be DV fields it seems like it should. The first-level problem 
> is that SortingResponseWriter doesn't check for date types as a legal export 
> value. Whether there are repercussions elsewhere I don't know yet.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to