Re: Slow indexing in solr 3.6

2012-05-11 Thread not interesting
Are you using DIH and CachedSqlEntityProcessor? I have a similar issue; the 3.6.1 jars of DIH might help you, see: http://www.mail-archive.com/solr-user@lucene.apache.org/msg65912.html Kellen

Re: Nested CachedSqlEntityProcessor running for each entity row with Solr 3.6?

2012-05-08 Thread not interesting
> 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

Re: Nested CachedSqlEntityProcessor running for each entity row with Solr 3.6?

2012-05-07 Thread not interesting
> it sounds like > https://issues.apache.org/jira/browse/SOLR-3360 > fix is committed, tests are on going. Hmm, I'm running solr behind tomcat; where can I configure Solr to use only a single thread for testing? Kellen

Nested CachedSqlEntityProcessor running for each entity row with Solr 3.6?

2012-05-07 Thread not interesting
I just upgraded from Solr 3.4 to Solr 3.6; I'm using the same data-import.xml for both versions. The import functioned properly with 3.4. I'm using a nested entity to fetch authors associated with each document, and I'm using CachedSqlEntityProcessor to avoid hitting the DB an unreasonable number