Re: Solr 1.3 DataImportHandler iBatis integration ..

2008-12-12 Thread Shalin Shekhar Mangar
Ok makes sense. I don't think anybody has reported trying this. If you decide to do it, it might be worth contributing back. I guess it may be more difficult than just using plain sql queries. On Sat, Dec 13, 2008 at 2:10 AM, Rakesh Sinha wrote: > Trivial answer - I already have quite a bit of iB

Re: Solr 1.3 DataImportHandler iBatis integration ..

2008-12-12 Thread Rakesh Sinha
Trivial answer - I already have quite a bit of iBatis queries as part of the project ( a large consumer facing website) that I want to reuse. Also - the iBatis layer already has all the db authentication tokens / sqlmap wired on ( as part of sql-map-config.xml ). When I create the dataConfig xml

Re: Solr 1.3 DataImportHandler iBatis integration ..

2008-12-12 Thread Shalin Shekhar Mangar
On Fri, Dec 12, 2008 at 11:50 PM, Rakesh Sinha wrote: > Hi - > I was planning to check more details about integrating ibatis query > resultsets with the query required for tags . Before I > start experimenting more along the lines - I am just curious if there > had been some effort done earlie

Solr 1.3 DataImportHandler iBatis integration ..

2008-12-12 Thread Rakesh Sinha
Hi - I was planning to check more details about integrating ibatis query resultsets with the query required for tags . Before I start experimenting more along the lines - I am just curious if there had been some effort done earlier on this end (specifically - how to better integrate DataImport