Re: Use DIH with more than one entity at the same time

2012-05-20 Thread Lance Norskog
=products >>> >>> >>> ** ** >>> >>> But to me this feature seems obscure at best and like the "threads" >>> feature, I would imagine, it would be buggy.  I was wondering if anyone >>> out there is using it with success, or

Re: Use DIH with more than one entity at the same time

2012-05-19 Thread ketan kore
yer, James escribió: >> >> "threads" lets you run a single entity with multiple threads, so tis >> probably not what you wanted. What we've done here is partition the >> source data and then we have multiple handlers running at the same time, >> each pro

Re: Use DIH with more than one entity at the same time

2012-05-19 Thread Lance Norskog
e Systems**** > > Ingram Content Group**** > > (615) 213-4311 > > ** ** > > *From:* Sergio Martín Cantero > [mailto:sergio.mar...@playence.com] > > *Sent:* Friday, May 18, 2012 9:33 AM > *To:* Dyer, James; solr-user@lucene.apache.org > > *Subject:* Re: Use

Re: Use DIH with more than one entity at the same time

2012-05-18 Thread Sergio Martín Cantero
om] Sent: Thursday, May 17, 2012 10:21 AM To:solr-user@lucene.apache.org <mailto:solr-user@lucene.apache.org> Subject: Re: Use DIH with more than one entity at the same time Okay, the answer is “Yes, sort of, but...” “One annoyance is because of how DIH is designed, you need a separate h

Re: Use DIH with more than one entity at the same time

2012-05-18 Thread Sergio Martín Cantero
below does work. Its a pain to set it up though. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: Thursday, May 17, 2012 10:21 AM To: solr-user@lucene.apache.org Subject: Re: Use DIH with more than one entity at the

RE: Use DIH with more than one entity at the same time

2012-05-17 Thread Dyer, James
he.org<mailto:solr-user@lucene.apache.org> Cc: Jack Krupansky<mailto:j...@basetechnology.com> Subject: Re: Use DIH with more than one entity at the same time Thanks Jack, but that´s not what I want. I don´t want multiple entities in one invocation, but two simultaneous in

Re: Use DIH with more than one entity at the same time

2012-05-17 Thread Jack Krupansky
See: http://lucene.472066.n3.nabble.com/Multiple-dataimport-processes-to-same-core-td3645525.html -- Jack Krupansky From: Sergio Martín Cantero Sent: Thursday, May 17, 2012 11:07 AM To: solr-user@lucene.apache.org Cc: Jack Krupansky Subject: Re: Use DIH with more than one entity at the same

Re: Use DIH with more than one entity at the same time

2012-05-17 Thread Sergio Martín Cantero
Thanks Jack, but that´s not what I want. I don´t want multiple entities in one invocation, but two simultaneous invocations of the DIH with different entities. Thanks.

Re: Use DIH with more than one entity at the same time

2012-05-17 Thread Jack Krupansky
Yes. From the doc: "Multiple 'entity' parameters can be passed on to run multiple entities at once. If nothing is passed, all entities are executed." See: http://wiki.apache.org/solr/DataImportHandler But that is one invocation of DIH, not two separate updates as you tried. -- Jack Krupansky