Hello

I am using the GUI admin interface for the SOLR java server.

No problem to make "classical" query with the /select request handler.

But now, I would like to make an update on a selected document : modify
the value of a field.

How should I do ?

I think I should use :
- /update  : for the request handler
- id="<id of my doc>" :  for the q field (in order to select the doc)

but  I do not see how to place a "set" to the field that I have added to
the schema and that is in the field list of my doc ?

example, I would like to be able to do like in json on the selected doc :

myid : {set : 14}

JJM

---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel 
antivirus Avast.
https://www.avast.com/antivirus

Reply via email to