You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Silvestre Losada (JIRA)" <ji...@apache.org> on 2017/03/08 14:48:38 UTC

[jira] [Resolved] (SOLR-10245) Error partial update location type

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

Silvestre Losada resolved SOLR-10245.
-------------------------------------
    Resolution: Fixed

> Error partial update location type
> ----------------------------------
>
>                 Key: SOLR-10245
>                 URL: https://issues.apache.org/jira/browse/SOLR-10245
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: update
>    Affects Versions: 6.0
>         Environment: Ubuntu 14.04
>            Reporter: Silvestre Losada
>
> Hi, have an issue with partial updates + solr location type
> In my schema I have the following fields
>  <field name="Location" type="location" indexed="true" stored="true" multiValued="false"/>
> config is
> <dynamicField name="*_coordinates" type="double" indexed="true" stored="true" multiValued="false"/>
> <fieldType name="location" class="solr.LatLonType" subFieldSuffix="_coordinates"/>
> There is anohter field called numItems
> Im trying to do a partial update on numitems
> curl http://10.14.0.30:8080/solr/core/update/json -d '[{"Id":"1100543535","numItems":{"set":"8"}}]'
> After update the fiels _coordinates has two values
> And I get the following error
> 1{"responseHeader":{"status":400,"QTime":3},"error":{"metadata":["error-class","org.apache.solr.common.SolrException","root-error-class","org.apache.solr.common.SolrException"],"msg":"ERROR: [doc=1100543535] multiple values encountered for non multiValued field Location_0_coordinates: [43.7501, 43.7501]","code":400}}
> I'm not updating that field, and if solr make some update internally I expect to make a set not add,



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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