Re: feeding data

2008-10-09 Thread Cam Bazz
Hello Erik, I am specially interested on how to integrate it to a glassfish/ejb3 environment. In the past, I have done something like a proxy servlet to forward the request and get back the request. it is kind of bother some. also for indexing i need some sort of api access. Anyone has done int

RE: feeding data

2008-09-04 Thread Pragati Jain
Hi Cam You can also feed data through csv files or directly through database. Please have a look http://wiki.apache.org/solr/#head-98c3ee61c5fc837b09e3dfe3fb420491c9071be3 -Original Message- From: Cam Bazz [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2008 5:58 PM To: solr-use

Re: feeding data

2008-09-04 Thread Mark Miller
Cam Bazz wrote: hello, is there no other way then making xml files and feeding those to solr? I just want to feed solr programmatically. - without xml Best. Check out the solrj page: http://wiki.apache.org/solr/Solrj

Re: feeding data

2008-09-04 Thread Erik Hatcher
On Sep 4, 2008, at 8:27 AM, Cam Bazz wrote: hello, is there no other way then making xml files and feeding those to solr? I just want to feed solr programmatically. - without xml There are several options. You can feed Solr XML, or CSV, or use any of the Solr client APIs (though those use