Re: Auto-commit does not work

2010-05-03 Thread Darren Govoni
I think his point was, _what_ determines if its a misconfiguration? It can't be Solr because, like he said, a plugin may require it. If there is no such plugin, then what shall be the handler of it properly? nothingergo its ignored. On Mon, 2010-05-03 at 19:34 +0200, Andreas Jung wrote:

Re: Auto-commit does not work

2010-05-03 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Hostetter wrote: > : right - and Solr should not swallow errors in the configuration :-) > > If you have an error in a *known* config declaration, solr will complain > about it -- but solr can't complain just because you declare extra stuff >

Re: Auto-commit does not work

2010-05-03 Thread Chris Hostetter
: right - and Solr should not swallow errors in the configuration :-) If you have an error in a *known* config declaration, solr will complain about it -- but solr can't complain just because you declare extra stuff in your conig files that it doens't know anything about -- some other plugin m

Re: Auto-commit does not work

2010-05-03 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ahmet Arslan wrote: > > I just realized that there is a typo in your autoCommit definition. The > letter C sould be capital. > > > 1 > 1000 > > right - and Solr should not swallow errors in the configuration :-) Andreas -

Re: Auto-commit does not work

2010-05-03 Thread Ahmet Arslan
> commits : 135 > autocommits : 0 > optimizes : 0 > rollbacks : 0 > expungeDeletes : 0 > docsPending : 8842 > adds : 8842 > deletesById : 0 > deletesByQuery : 0 > errors : 0 > cumulative_adds : 8842 > cumulative_deletesById : 20390 > cumulative_deletesByQuery : 0 > cumulative_errors : 0 I just r

Re: Auto-commit does not work

2010-05-03 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ahmet Arslan wrote: >> >> I inserted 10k documents through a Python script (w/ solrpy >> bindings) >> without explict commit. However I do not see that the >> "numDocs" >> increased meanwhile...is there any way to hunt this down? > > What does solr/a

Re: Auto-commit does not work

2010-05-03 Thread Ahmet Arslan
> Running Solr 1.4 with > > > ? > > ? > > 1000 > 6 > > > > I inserted 10k documents through a Python script (w/ solrpy > bindings) > without explict commit. However I do not see that the > "numDocs" > increased meanwhile...is there any way to hunt this down? What does solr/admin/stats.

Auto-commit does not work

2010-05-03 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Running Solr 1.4 with ? ? 1000 6 I inserted 10k documents through a Python script (w/ solrpy bindings) without explict commit. However I do not see that the "numDocs" increased meanwhile...is there any way to hunt this down? Andreas -B