Re: numDocs and maxDoc

2008-04-04 Thread Chris Hostetter
: 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"

Re: numDocs and maxDoc

2008-04-02 Thread Vinci
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

Re: numDocs and maxDoc

2008-04-02 Thread Chris Hostetter
: 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

Re: numDocs and maxDoc

2008-04-02 Thread Mike Klaas
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