RE: Writing custom data import handler for Solr.

2012-06-11 Thread Dyer, James
:goks...@gmail.com] Sent: Saturday, June 09, 2012 7:37 PM To: solr-user@lucene.apache.org Subject: Re: Writing custom data import handler for Solr. Nope, the code is all you get. On Sat, Jun 9, 2012 at 12:16 AM, ram anam wrote: > > Thanks for the guidance. But is there any documentation that de

Re: Writing custom data import handler for Solr.

2012-06-09 Thread Lance Norskog
ke Amazon S3 Buckets. But provider is > different. > > Thanks and regards,Ram Anam. > >> Date: Fri, 8 Jun 2012 20:40:05 -0700 >> Subject: Re: Writing custom data import handler for Solr. >> From: goks...@gmail.com >> To: solr-user@lucene.apache.org >> >&

RE: Writing custom data import handler for Solr.

2012-06-09 Thread ram anam
20:40:05 -0700 > Subject: Re: Writing custom data import handler for Solr. > From: goks...@gmail.com > To: solr-user@lucene.apache.org > > The DataImportHandler is a toolkit in Solr. It has a few different > kinds of plugins. It is very possible that you do not have to write >

Re: Writing custom data import handler for Solr.

2012-06-08 Thread Lance Norskog
n 2012 13:59:34 -0400 >> Subject: Re: Writing custom data import handler for Solr. >> From: erickerick...@gmail.com >> To: solr-user@lucene.apache.org >> >> You need to back up a bit and describe _why_ you want to do this, >> perhaps there's >> an eas

RE: Writing custom data import handler for Solr.

2012-06-08 Thread ram anam
pointers to examples of Custom Data Import Handlers. Thanks and regards,Ram Anam. > Date: Fri, 8 Jun 2012 13:59:34 -0400 > Subject: Re: Writing custom data import handler for Solr. > From: erickerick...@gmail.com > To: solr-user@lucene.apache.org > > You need to back up a bit

Re: Writing custom data import handler for Solr.

2012-06-08 Thread Erick Erickson
You need to back up a bit and describe _why_ you want to do this, perhaps there's an easy way to do what you want. This could easily be an XY problem... For instance, you can write a SolrJ program to index data, which _might_ be what you want. It's a separate process runnable anywhere. See: http:/

Writing custom data import handler for Solr.

2012-06-08 Thread ram anam
Hi, I am planning to write a custom data import handler for SOLR for some data source. Could you give me some pointers to documentation, examples on how to write a custom data import handler and how to integrate it with SOLR. Thank you for help. Thanks and regards,Ram Anam.