Re: Data Import handler and join select

2014-08-08 Thread Alejandro Marqués Rodríguez
t; > Keep in mind also, that in a lot of cases like this, it might just be > easiest to write a program that uses solrj to send your documents rather > than trying to make DIH's features fit your use-case. > > James Dyer > Ingram Content Group > (615) 213-4311 > > >

RE: Data Import handler and join select

2014-08-07 Thread Dyer, James
z [mailto:amarq...@paradigmatecnologico.com] Sent: Thursday, August 07, 2014 1:43 AM To: solr-user@lucene.apache.org Subject: Data Import handler and join select Hi, I have one problem while indexing with data import hadler while doing a join select. I have two tables, one with products and another

Data Import handler and join select

2014-08-06 Thread Alejandro Marqués Rodríguez
Hi, I have one problem while indexing with data import hadler while doing a join select. I have two tables, one with products and another one with descriptions for each product in several languages. So it would be: Products: ID, NAME, BRAND, PRICE, ... Descriptions: ID, LANGUAGE, DESCRIPTION I