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
rently still in the index ... they gradually get cleaned up as segments > get merged or when the index gets optimized. > > > > -Hoss > > > -- View this message in context: http://www.nabble.com/numDocs-and-maxDoc-tp16448068p16465796.html Sent from the Solr - User mailing list archive at Nabble.com.

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

numDocs and maxDoc

2008-04-02 Thread Vinci
index? Thank you, Vinci -- View this message in context: http://www.nabble.com/numDocs-and-maxDoc-tp16448068p16448068.html Sent from the Solr - User mailing list archive at Nabble.com.