Re: SolrJ : EmbeddedSolrServer and database data indexing

2009-03-13 Thread Noble Paul നോബിള്‍ नोब्ळ्
nope .. But you can still use SolrJ to invoke DIH. cretae a ModifiableSolrParams with the required request parameters create a QueryRequest with the params and then set the path as /dataimport and invoke the command with the CommonsHttpSolrServer#request() On Fri, Mar 13, 2009 at 8:40 AM, Ashis

Re: SolrJ : EmbeddedSolrServer and database data indexing

2009-03-12 Thread Ashish P
Is there any api in SolrJ that calls the dataImportHandler to execute commands like full-import and delta-import. Please help.. Ashish P wrote: > > Is it possible to index DB data directly to solr using EmbeddedSolrServer. > I tried using data-Config File and Full-import commad, it works. So >