How can I do indexing XML files stored on other server in solr4

前端 未结 3 1944
清酒与你
清酒与你 2021-01-20 21:11

I have all my XML files stored on to the other server and I have installed and configure the SOLR on different server. How can I index those XML files into the SOLR. I have

3条回答
  •  一生所求
    2021-01-20 22:07

    Based on your comment to Shane Alexander's answer, you will need to use the URLDataSource option of the DataImportHandler to retrive the file via a Url. Additionally, you will need to incorporate the patch from SOLR-1490 to allow for authentication support.

提交回复
热议问题