: 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 postingso merging is possible)
you need to send Solr whole documents with all the fields in them. if you
send another "doc"
Hi,
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 postingso merging is possible)
Thank you,
Vinci
hossman wrote:
>
>
> : I am trying to update the index by 2 stage posting
: I am trying to update the index by 2 stage posting: part of the index will
: be posted in stage 1 by 1.xml, then after a meanwhiles the left of the index
: of the entry will be posted by 2.xml. Assume both 1.xml and 2.xml have 3
: document and id is used as unique field, what I see in the admin
On 2-Apr-08, at 11:29 AM, Vinci wrote:
Hi,
I am trying to update the index by 2 stage posting: part of the
index will
be posted in stage 1 by 1.xml, then after a meanwhiles the left of
the index
of the entry will be posted by 2.xml. Assume both 1.xml and 2.xml
have 3
document and id is u