[ 
https://issues.apache.org/jira/browse/SOLR-10245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15901364#comment-15901364
 ] 

Silvestre Losada commented on SOLR-10245:
-----------------------------------------

Apologies for submit it, I think it was set to true, and I messed up migrating 
solr version. I was looking in mailing lists and didn't see it. Thank you so 
much for your help.

> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to