Re: Adding records during a commit

2008-06-16 Thread dls1138
Hoss, I'm sure the keys are unique. I'm generating them myself before adding. Only a handful of items have gone in with duplicate keys. Here is what the update handler is reporting (I assume since I last restarted Solr on 6/13): commits : 17429 autocommits : 0 optimizes : 0 docsPending : 3 del

Re: Adding records during a commit

2008-06-16 Thread dls1138
g and schema and work from there to create our fields and see what happens. Is there any problem using our existing 1.2 index in 1.3? Yonik Seeley wrote: > > On Mon, Jun 16, 2008 at 6:07 PM, dls1138 <[EMAIL PROTECTED]> wrote: >> I'm getting all 200 return codes from Solr on

Re: Adding records during a commit

2008-06-16 Thread dls1138
of if a commit or optimize is > going on. > Are you checking the return codes (HTTP return codes for Solr 1.3)? > Some updates could be failing for some reason. > Also grep for "Exception" in the solr log file. > > -Yonik > > On Mon, Jun 16, 2008 at 4:02 PM, dls1138

Adding records during a commit

2008-06-16 Thread dls1138
I've been sending data in batches to Solr with no errors reported, yet after a commit, over 50% of the records I added (before the commit) do not show up- even after several subsequent commits down the road. Is it possible that Solr/Lucene could be disregarding or dropping my add queries if those