RE: The issue of import data from database using Solr DIH

2011-04-21 Thread Kevin Xiang
. -Original Message- From: lboutros [mailto:boutr...@gmail.com] Sent: Thursday, April 21, 2011 5:25 PM To: solr-user@lucene.apache.org Subject: RE: The issue of import data from database using Solr DIH What you want to do is something like a left outer join, isn't it ? something like : s

RE: The issue of import data from database using Solr DIH

2011-04-21 Thread Em
context: http://lucene.472066.n3.nabble.com/The-issue-of-import-data-from-database-using-Solr-DIH-tp2845318p2846414.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: The issue of import data from database using Solr DIH

2011-04-21 Thread lboutros
Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/The-issue-of-import-data-from-database-using-Solr-DIH-tp2845318p2846403.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: The issue of import data from database using Solr DIH

2011-04-21 Thread Kevin Xiang
rg Subject: RE: The issue of import data from database using Solr DIH Not sure I understood you correct: You expect that OS06Y stores *two* different performanceIds? One from table1 and the other from table2? I think this may be a problem. If both OS06Y-keys are equal, than you can use the

RE: The issue of import data from database using Solr DIH

2011-04-21 Thread Em
-import-data-from-database-using-Solr-DIH-tp2845318p2846347.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: The issue of import data from database using Solr DIH

2011-04-21 Thread Kevin Xiang
ant to get one id and data from table1 and then get the data by id from table2,it may met performance issue. -Original Message- From: Em [mailto:mailformailingli...@yahoo.de] Sent: Thursday, April 21, 2011 4:38 PM To: solr-user@lucene.apache.org Subject: Re: The issue of import data fro

Re: The issue of import data from database using Solr DIH

2011-04-21 Thread Em
: http://wiki.apache.org/solr/DIHQuickStart#Index_data_from_multiple_tables_into_Solr I think it will help you in rewriting your queries to fit your usecase. Regards, Em -- View this message in context: http://lucene.472066.n3.nabble.com/The-issue-of-import-data-from-database-using-Solr-DIH

The issue of import data from database using Solr DIH

2011-04-20 Thread Kevin Xiang
Hi all, I am a new to solr,I am importing data from database using DIH(solr 1.4).One document is made up of two entity,Every entity is a table in database. For example: Table1:have 3 fields; Table2:have 4 fields; If it is Ok,it will be 7 fields. But it is only 4 fields,it seem that solr don't merge