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

2012-05-10 Thread Brent Mills
...@ingrambook.com] Sent: Monday, May 07, 2012 1:47 PM To: solr-user@lucene.apache.org Cc: Brent Mills; dye.kel...@gmail.com; keithn...@dswinc.com Subject: RE: Nested CachedSqlEntityProcessor running for each entity row with Solr 3.6? Dear Kellen, Brent & Keith, There now are fixes available for 2 c

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

2012-05-08 Thread Dyer, James
e.kel...@gmail.com] Sent: Tuesday, May 08, 2012 2:39 AM To: solr-user@lucene.apache.org Subject: Re: Nested CachedSqlEntityProcessor running for each entity row with Solr 3.6? > In the mean time, I am hoping each of you can test these fixes with your > installation.  The best way to do this

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 Dyer, James
.kel...@gmail.com] Sent: Monday, May 07, 2012 9:43 AM To: solr-user@lucene.apache.org Subject: Nested CachedSqlEntityProcessor running for each entity row with Solr 3.6? 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 pr

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

2012-05-07 Thread Mikhail Khludnev
Your dataconfig.xml is already single threaded. Bug is in DIH 3.6.0 code. There should be a link to the fixed jar in the comments. On Mon, May 7, 2012 at 7:15 PM, not interesting wrote: > > it sounds like > > https://issues.apache.org/jira/browse/SOLR-3360 > > fix is committed, tests are on going

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

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

2012-05-07 Thread Mikhail Khludnev
Hi, it sounds like https://issues.apache.org/jira/browse/SOLR-3360 fix is committed, tests are on going. On Mon, May 7, 2012 at 6:42 PM, not interesting wrote: > 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

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