Re: Some basic DataImportHandler questions

2010-08-04 Thread harrysmith
ut 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 Sent from the Solr - User mailing list archive at Nabble.com.

Re: Some basic DataImportHandler questions

2010-07-30 Thread Shalin Shekhar Mangar
On Sat, Jul 31, 2010 at 3:40 AM, Harry Smith wrote: > 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 covered well and i

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 a

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

2009-11-16 Thread Noble Paul നോബിള്‍ नोब्ळ्
>>> > SQL though unless it can be generalized to other sources. >>>> > 2) Parallel support >>>> >  - Including some mechanism to get the number of records (whether it >>>> be >>>> > count or the MAX(custom_id)-MIN(custom_id)) >>&g

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

2009-11-16 Thread amitj
d)) >>> > 3) Support in DIH or Solr to post documents to a remote index (i.e. >>> create a >>> > new UpdateHandler instead of DirectUpdateHandler2). >>> > >>> > If any of these exist or anyone else is working on this (OR you have >>> better >>> > suggestions), please let me know. >>> > >>> > Thanks! >>> > Amit >>> > >>> >>> >>> >>> -- >>> >>> - >>> >> > > > > -- > --Noble Paul > > -- View this message in context: http://old.nabble.com/DataImportHandler-Questions-Load-data-in-parallel-and-temp-tables-tp23266396p26371403.html Sent from the Solr - User mailing list archive at Nabble.com.

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 wrote: > I do remember LuSQL and a discus

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 t

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 : > All, > I have a few questions regarding the data import handler. We have some

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 wrote: > On Tue, Apr 28, 2009 at 3:43 AM, Amit Nithian wrote: > >> All, >> I have a few questions regarding the data impor

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 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 > DIH; however, I

DataImportHandler Questions-Load data in parallel and temp tables

2009-04-27 Thread Amit Nithian
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 DIH; however, I am looking to use SolrJ + EmbeddedSolr + some custom stuff to rem

Re: DataImportHandler questions ..

2008-06-11 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

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 det