Re: Some basic DataImportHandler questions

2010-08-04 Thread harrysmith
for more in depth documentation other than http://wiki.apache.org/solr/DataImportHandler? Umm, no, but let us know what is not covered well and it can be added. -- View this message in context: http://lucene.472066.n3.nabble.com/Some-basic-DataImportHandler-questions-tp1010291p1024205.html

Some basic DataImportHandler questions

2010-07-30 Thread Harry Smith
Just starting with DataImportHandler and had a few simple questions. Is there a location for more in depth documentation other than http://wiki.apache.org/solr/DataImportHandler? Specifically I was looking for a detailed document outlining data-config.xml, the fields and attributes and how they

Re: Some basic DataImportHandler questions

2010-07-30 Thread Shalin Shekhar Mangar
On Sat, Jul 31, 2010 at 3:40 AM, Harry Smith harrysmith...@gmail.comwrote: Just starting with DataImportHandler and had a few simple questions. Is there a location for more in depth documentation other than http://wiki.apache.org/solr/DataImportHandler? Umm, no, but let us know what is not

Re: DataImportHandler Questions-Load data in parallel and temp tables

2009-11-16 Thread Noble Paul നോബിള്‍ नोब्ळ्
/DataImportHandler-Questions-Load-data-in-parallel-and-temp-tables-tp23266396p26371403.html Sent from the Solr - User mailing list archive at Nabble.com. -- - Noble Paul | Principal Engineer| AOL | http://aol.com

Re: DataImportHandler Questions-Load data in parallel and temp tables

2009-04-28 Thread Glen Newton
Amit, You might want to take a look at LuSql[1] and see if it may be appropriate for the issues you have. thanks, Glen [1]http://lab.cisti-icist.nrc-cnrc.gc.ca/cistilabswiki/index.php/LuSql 2009/4/27 Amit Nithian anith...@gmail.com: All, I have a few questions regarding the data import

Re: DataImportHandler Questions-Load data in parallel and temp tables

2009-04-28 Thread Amit Nithian
I do remember LuSQL and a discussion regarding the performance implications of using it compared to the DIH. My only reason to stick with DIH is that we may have other data sources for document loading in the near term that may make LuSQL too specific for our needs. Regarding the bug to write to

Re: DataImportHandler Questions-Load data in parallel and temp tables

2009-04-28 Thread Noble Paul നോബിള്‍ नोब्ळ्
writing to a remote Solr through SolrJ is in the cards. I may even take it up after 1.4 release. For now your best bet is to override the class SolrWriter and override the corresponding methods for add/delete. On Wed, Apr 29, 2009 at 2:06 AM, Amit Nithian anith...@gmail.com wrote: I do remember

Re: DataImportHandler Questions-Load data in parallel and temp tables

2009-04-27 Thread Shalin Shekhar Mangar
On Tue, Apr 28, 2009 at 3:43 AM, Amit Nithian anith...@gmail.com wrote: All, I have a few questions regarding the data import handler. We have some pretty gnarly SQL queries to load our indices and our current loader implementation is extremely fragile. I am looking to migrate over to the

Re: DataImportHandler Questions-Load data in parallel and temp tables

2009-04-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
there is an issue already to write to the index in a separate thread. https://issues.apache.org/jira/browse/SOLR-1089 On Tue, Apr 28, 2009 at 4:15 AM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: On Tue, Apr 28, 2009 at 3:43 AM, Amit Nithian anith...@gmail.com wrote: All, I have a few

Re: DataImportHandler questions ..

2008-06-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Thu, Jun 12, 2008 at 11:01 AM, Neville Burnell [EMAIL PROTECTED] wrote: Hi, I'm playing with the Solr Data Import Handler, and everything looks great so far! thanks Hopefully we will be able to replace our homegrown ODBC indexing service [using camping+ferret] with Solr! The wiki page

DataImportHandler questions ..

2008-06-11 Thread Neville Burnell
Hi, I'm playing with the Solr Data Import Handler, and everything looks great so far! Hopefully we will be able to replace our homegrown ODBC indexing service [using camping+ferret] with Solr! The wiki page mentions scheduling full imports and delta imports but I couldn't find any further