Francis,

There are a number of things you can do to make indexing over HTTP faster.
You can also import documents as csv data/file.
Finally, you can use EmbeddedSolrServer.

 Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch



----- Original Message ----
> From: Francis Yakin <fya...@liquid.com>
> To: "solr-user@lucene.apache.org" <solr-user@lucene.apache.org>
> Sent: Wednesday, July 1, 2009 6:07:12 PM
> Subject: Is there any other way to load the index beside using "http" 
> connection?
> 
> 
> We have several thousands of  xml files in database that we load it to solr 
> master
> The Database uses "http"  connection and transfer those files to solr master. 
> Solr then  translate xml files to their lindex.
> 
> We are experiencing issue with close/open connection in the firewall and very 
> very slow.
> 
> Is there any other way to load the data/index from Database to solr master 
> beside using http connection, so it means we just scp/ftp the xml file  from 
> Database system to solr master  and let solr convert those to lucene indexes?
> 
> Any input or help will be much appreciated.
> 
> 
> Thanks
> 
> Francis

Reply via email to