Updating documents in Solr

2008-04-17 Thread nutchvf
Hi! There are any option to update a field (or a set of fields) of a document indexed in Solr,without having to update all the fields of the entire document??? I have seen the SOLR-139 patch,but I do not know what is the proper syntax of the command (or the xml to post) to update the document.Ple

Updating in Solr.SOLR-139

2008-04-17 Thread nutchvf
Hi! There are any option to update a field (or a set of fields) of a document indexed in Solr,without having to update all the fields of the entire document??? I have seen the SOLR-139 patch,but I do not know what is the proper syntax of the command (or the xml to post) to update the document.Is

Re: Updating in Solr.SOLR-139

2008-04-24 Thread nutchvf
t; > For number fields, you can use "increment" command. > > Note that the mode parameter can be acceptable one or more name:command > pairs: > > mode=fieldName1:command1,fieldName2:command2,... > > Thank you, > > Koji > > > nutchvf wrote: >

Re: Updating in Solr.SOLR-139

2008-04-25 Thread nutchvf
produce > what you pointed. > > My schema is: > >: > required="true" /> > > multiValued="true"/> >: > id > > > Koji > > > nutchvf wrote: >> Hi!! >> Thank you very much,Koji!! >> Your respo