: Thanks hossman, this is exactly what I want to do. : Final question: so I need to merge the field by myself first? (Actually my : original plan is to do 2 consecutive posting....so merging is possible)
you need to send Solr whole documents with all the fields in them. if you send another "doc" with the same value for the uniqueKey field, it will replace the previous doc. -Hoss