gpt4 book ai didi

curl - SOLR索引一个远程文件

转载 作者:行者123 更新时间:2023-12-01 13:02:13 25 4
gpt4 key购买 nike

有谁知道如何使用 SOLR 索引远程文件?我试过以下方法

curl http://localhost:8983/solr/update/extract?literal.id=rem1&uprefix=attr_&fmap.content=body&commit=true" -F stream.url=http://fakesite.com

没有运气。

本地主机等价物

curl http://localhost:8983/solr/update/extract?literal.id=rem1&uprefix=attr_&fmap.content=body&commit=true" -F "stream.url=http://duke.edu/web/aepi/"

工作正常。

谢谢!djs22

最佳答案

出于安全原因,默认情况下禁用远程流式传输。来自Solr wiki :

If streaming is enabled, you need to make sure Solr is as secure as it needs to be. When streaming is enabled, the parameters "stream.url" will go to a remote site and download the content. Likewise, "stream.file" will read a file on disk.

Streaming is disabled by default and is configured from solrconfig.xml

 <requestParsers enableRemoteStreaming="false" ... />

关于curl - SOLR索引一个远程文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5305190/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com