- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
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/
WINDOWS 10 -- SOLR 7.5.0 -- JDK 11.0.1 -- JRE1.8.0_191 -- SIMPLEPOSTTOOL 5.0.0 我已在下面发布了解决方案;用户:Famou
WINDOWS 10 -- SOLR 7.5.0 -- JDK 11.0.1 -- JRE1.8.0_191 -- SIMPLEPOSTTOOL 5.0.0 我已在下面发布了解决方案;用户:Famou
我正在关注Apache Solr quickstart tutorial 。本教程遇到了对丰富文件的目录进行索引的情况,这需要实现 java -Dauto -Drecursive org.apache
我是 Solr 的新手,当我在我的 solr 中索引 xml 文档时,我遇到了这个错误。 C:\apache-solr-3.2.0\example\exampledocs>java -jar post
我是 solr 的新手,我想启动一个位于 exampledocs 文件夹中的示例,但是当我尝试使用 Windows 提示启动它时,标题中出现错误消息。 有人可以帮助我吗? 最佳答案 在 Windows
我正在尝试使用 Solr 6.1.0 的 simpleposttool (bin/post) 为大型文件存储库(阳光下各种格式的 10,000 多个文档)建立索引。它会运行很长一段时间而没有任何问题,
我是一名优秀的程序员,十分优秀!