Re: Delete, Commit, Add Interaction

2009-07-04 Thread Chris Hostetter
: Jul 4, 2009 12:38:43 PM org.apache.solr.update.processor.LogUpdateProcessor finish : INFO: {} 0 0 : Jul 4, 2009 12:38:43 PM org.apache.solr.core.SolrCore execute : INFO: [] webapp=/solr path=/update params={} status=0 QTime=0 : : ...that was a delete (not sure why the msg from LogUpdateProces

Re: Delete, Commit, Add Interaction

2009-07-04 Thread Chris Hostetter
: :collection:foo : : : : : . : : ... : Finally, here's the behavior we're seeing. In some cases, usually when : the index is starting to get larger (approaching 500,000 documents), : the above procedure will fail to add anything to the index. That is, none : of

Delete, Commit, Add Interaction

2009-06-24 Thread Patrick Johnstone
We're indexing a potentially large collection of documentsinto smaller subgroups we call "collections". Each document has a field that identifies the collection it belongs to, in addition to a unique document id field: foo-1 foo .. foo-2 foo ..