> In the mean time, I am hoping each of you can test these fixes with your > installation. The best way to do this is to get a fresh SVN checkout of the > 3.6.1 branch > (http://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_3_6/), > switch to the "solr" directory, then run "ant dist". I believe you need Ant > 1.8 to build. > > If you are unable to build yourself, I put an *unofficial* shapshot of the > DIH jar here: > http://people.apache.org/~jdyer/unofficial/apache-solr-dataimporthandler-3.6.1-SNAPSHOT-r1335176.jar
I understood your suggestion to be that I should use the 3.6.1 dataimporthandler jars with my 3.6.0 installation. If that was correct, then this has not solved my issue. I have tried both the unofficial snapshot and my own built-from-source version of the jars. The behavior of DIH is the same; it fetches far more rows than it should, the index grows to a very large size, and indexing is very slow (10 minutes, 100000000 rows fetched, only 1500 documents processed). Kellen