You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alexandre Rafalovitch (JIRA)" <ji...@apache.org> on 2016/10/02 07:03:20 UTC

[jira] [Closed] (SOLR-3433) binary field returns differently when do the distribute search

     [ https://issues.apache.org/jira/browse/SOLR-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexandre Rafalovitch closed SOLR-3433.
---------------------------------------
    Resolution: Cannot Reproduce

Could not be replicated.

> binary field returns differently when do the distribute search
> --------------------------------------------------------------
>
>                 Key: SOLR-3433
>                 URL: https://issues.apache.org/jira/browse/SOLR-3433
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 3.5, 3.6, 4.0-ALPHA
>         Environment: linux, amazon ec2
>            Reporter: Alex Liu
>
> When install multiple nodes (more than one node), the repeated searches through solr returns binary data back differently each time.
> <lst name="responseHeader"><int name="status">0</int><int name="QTime">26</int><lst name="params"><str name="q">text_col:woodman</str></lst></lst><result name="response" numFound="1" start="0" maxScore="0.13258252"><doc><str name="binary_col">[B:[B@714fef9f</str>
> <lst name="responseHeader"><int name="status">0</int><int name="QTime">11</int><lst name="params"><str name="q">text_col:woodman</str></lst></lst><result name="response" numFound="1" start="0" maxScore="0.13258252"><doc><str name="binary_col">[B:[B@4be22114</str><
> check this link, some one report the same issue. http://grokbase.com/t/lucene/solr-user/11beyhmxjw/distributed-search-and-binary-fields-w-solr-3-4
> it works for a single node, but fails for multiple node. it's something related to distributed search



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org