RE: DataImportHandler with multiline SQL

2010-09-19 Thread Ephraim Ofir
p.com] Sent: Thursday, September 16, 2010 9:07 PM To: solr-user@lucene.apache.org Subject: DataImportHandler with multiline SQL Hi I am using the DIH to retrieve data, and as part of the process, I wanted to create a temporary table and then import data from that. I have played around a little

Re: DataImportHandler with multiline SQL

2010-09-17 Thread kenf_nc
/DataImportHandler-with-multiline-SQL-tp1514893p1516737.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: DataImportHandler with multiline SQL

2010-09-16 Thread Lukas Kahwe Smith
On 16.09.2010, at 21:07, David Yang wrote: > Hi > > > > I am using the DIH to retrieve data, and as part of the process, I > wanted to create a temporary table and then import data from that. I > have played around a little with DIH and it seems like for a query like: > "select x; select y;" y

DataImportHandler with multiline SQL

2010-09-16 Thread David Yang
Hi I am using the DIH to retrieve data, and as part of the process, I wanted to create a temporary table and then import data from that. I have played around a little with DIH and it seems like for a query like: "select x; select y;" you can have select y to return no results and do random stuf