[
https://issues.apache.org/jira/browse/SOLR-9996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15829301#comment-15829301
]
Tomás Fernández Löbbe commented on SOLR-9996:
---------------------------------------------
Yes, I'm pretty sure this is related to the realtime get, if I modify the test
like
{code}
...
assertU(adoc(sdoc("id", String.valueOf(++i), "field_p_i_dv_ns", "666")));
assertU(commit());
assertQ(req("qt", "/get", "id", String.valueOf(i))
, "count(//doc)=1", "//doc/str[@name='id'][.='"+i+"']"
, "//doc/int[@name='field_p_i_dv_ns'][.='666']");
...
{code}
the test passes without the change on IntPoint. I still think the fix makes
sense, but lets update the test to be a "realtime get" test?
> Unstored PointFields return types are wrong
> -------------------------------------------
>
> Key: SOLR-9996
> URL: https://issues.apache.org/jira/browse/SOLR-9996
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Ishan Chattopadhyaya
> Attachments: SOLR-9996.patch, SOLR-9996.patch
>
>
> Seems like unstored PointFields return Long types, ignoring the actual type.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]