Re: Solr concurrent commit not updated

2007-05-11 Thread Mike Klaas
On 11-May-07, at 2:45 AM, David Xiao wrote: I have keep the id field be unique. Actually I found the problem is due to following Python code: P = subprocess.Popen(arguments, ) It seems that when the program ends, the sub-process started by that call is not finish yet. And I guess that's

RE: Solr concurrent commit not updated

2007-05-11 Thread David Xiao
not adddoc" Anyone have similar issue? -Original Message- From: James liu [mailto:[EMAIL PROTECTED] Sent: Friday, May 11, 2007 11:32 AM To: solr-user@lucene.apache.org Subject: Re: Solr concurrent commit not updated u should know id is unique number. 2007/5/11, David Xiao &l

Re: Solr concurrent commit not updated

2007-05-10 Thread James liu
u should know id is unique number. 2007/5/11, David Xiao <[EMAIL PROTECTED]>: Hello all, I have tested by use post.sh in example directory to add xml documents into solr. It works when I add one by one. But when I have a lot of .xml file to be posted (say about 500-1000 files) and I wrote a

Solr concurrent commit not updated

2007-05-10 Thread David Xiao
Hello all, I have tested by use post.sh in example directory to add xml documents into solr. It works when I add one by one. But when I have a lot of .xml file to be posted (say about 500-1000 files) and I wrote a shell script to call post.sh one by one. I found those xml files are not sear