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
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
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