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
-user@lucene.apache.org Subject: feeding data 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.

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

feeding data

2008-09-04 Thread Cam Bazz
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.