Thank you
This is exactly what I was looking for ! Solr is very powerful but quite 
complicated to handle.


      De : Erik Hatcher <erik.hatc...@gmail.com>
 À : solr-user@lucene.apache.org 
 Envoyé le : Lundi 1 février 2016 11h26
 Objet : Re: use /update in the Gui admin interface
   
JJM - use the “Documents” tab in the admin UI instead of the “Query” one.

    Erik



> On Feb 1, 2016, at 3:10 AM, Jean-Jacques MONOT <jj_mo...@yahoo.fr> wrote:
> 
> 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