[
https://issues.apache.org/jira/browse/SOLR-17588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17911315#comment-17911315
]
ASF subversion and git services commented on SOLR-17588:
--------------------------------------------------------
Commit ea1fcb1203cb16752d1fc829080c2cdb5bcf1394 in solr's branch
refs/heads/branch_9x from noblepaul
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=ea1fcb1203c ]
SOLR-17588: fix compile error
> javabin must support primitive arrays
> -------------------------------------
>
> Key: SOLR-17588
> URL: https://issues.apache.org/jira/browse/SOLR-17588
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Components: SolrJ
> Reporter: Noble Paul
> Assignee: Noble Paul
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> javabin does not support primitive arrays such as float[], long[], int[] etc.
> So, now we need to convert them to List<Float>, List<Long>, List<Integer> etc
> which is inefficient and inconvenient
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]