gpt4 book ai didi

apache - Solr SimplePostTool 使用困惑

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

WINDOWS 10 -- SOLR 7.5.0 -- JDK 11.0.1 -- JRE1.8.0_191 -- SIMPLEPOSTTOOL 5.0.0

我已在下面发布了解决方案;用户:FamousAv8er

我正在尝试关注this tutorial了解更多有关 Solr 的信息。不幸的是,我似乎无法理解我需要如何构建我的语句才能使 POST 成功。我尝试了多个命令来尝试发布,这里有一些

C:\Program Files\Solr\solr-7.5.0\example>java -jar post.jar films.xml
Error: Unable to access jarfile post.jar

C:\Program Files\Solr\solr-7.5.0\example>java -jar /exampledocs/post.jar /films/films.xml
Error: Unable to access jarfile /exampledocs/post.jar

C:\Program Files\Solr\solr-7.5.0\example>java -jar exampledocs/post.jar films/films.xml
SimplePostTool version 5.0.0
SimplePostTool: FATAL: Specifying either url or core/collection is mandatory.
Usage: java [SystemProperties] -jar post.jar [-h|-] [<file|folder|url|arg> [<file|folder|url|arg>...]]

我应该如何构建这个命令才能获得成功的帖子?我还尝试过编辑权限并解锁相关文件。

最佳答案

您可以通过运行以下命令来获取 post.jar 的语法:

cd C:\Program Files\Solr\solr-7.5.0\example\exampledocs
java -jar post.jar -h

我相信您需要传递要更新的 Solr 核心的名称,大致如下:

cd C:\Program Files\Solr\solr-7.5.0\example\exampledocs
java -Dc=name-of-your-core -jar post.jar c:/full/path/to/films.xml

我似乎记得在 Windows 上我必须将要导入的文件(在您的情况下是 films.xml)复制到 post.jar 文件所在的同一文件夹中位于(C:\Program Files\Solr\solr-7.5.0\example\exampledocs 在你的情况下),但我不确定。

关于apache - Solr SimplePostTool 使用困惑,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53526519/

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