You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2015/06/25 15:10:05 UTC

[jira] [Resolved] (SOLR-7702) Optionally disable null for all zero's in spatial heatmap

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

David Smiley resolved SOLR-7702.
--------------------------------
    Resolution: Cannot Reproduce

> Optionally disable null for all zero's in spatial heatmap
> ---------------------------------------------------------
>
>                 Key: SOLR-7702
>                 URL: https://issues.apache.org/jira/browse/SOLR-7702
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.2
>            Reporter: Markus Jelsma
>            Assignee: David Smiley
>             Fix For: 5.3
>
>         Attachments: SOLR-7702.patch, SOLR-7702.patch
>
>
> Parsing all those null entries in a NamedList seems impossible via SolrJ.
> {code}
> <lst name="facet_heatmaps"><lst name="coord"><int name="gridLevel">3</int><int name="columns">256</int><int name="rows">128</int><double name="minX">-180.0</double><double name="maxX">180.0</double><double name="minY">-90.0</double><double name="maxY">90.0</double><arr name="counts_ints2D"><null/><null/><null/><null/><null/><null/><null/><null/><null/><null/><null/><null/><null/><null/><null/><null/><null/><null/><null/><null/><null/><null/><null/><null/><null/><null/><arr><int>0</int><int>0</int><int>0</int><int>0</int><int>0</int><int>0</int><int>0</int><int>0</int><int>0</int><int>0</int><int>0</int><int>0</int>
> {code}
> All namedList methods that can retrieve counts_ints2d return null. This patch adds a setting to not to return null for all zeros.



--
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