SOLR 配置文件可以位于父文件夹中吗?
我已经配置了 SOLR 的 QueryElevation searchComponent,如下所示: http://wiki.apache.org/solr/SchemaXml#The_Unique_Key_Field
但是,我例如从默认文件夹上方的多个文件夹加载 elevate.xml 文件。
我无法让它工作...以下所有内容都会生成错误:
<str name="config-file">../../elevate.xml</str>
<str name="config-file">..\..\elevate.xml</str>
<str name="config-file">c:/elevate.xml</str>
<str name="config-file">c:\elevate.xml</str>
I have configured the QueryElevation searchComponent of SOLR as documented here:
http://wiki.apache.org/solr/SchemaXml#The_Unique_Key_Field
However, I would like to load the elevate.xml file from several folders above the default one.
I cannot get this to work... all of the following generate an error:
<str name="config-file">../../elevate.xml</str>
<str name="config-file">..\..\elevate.xml</str>
<str name="config-file">c:/elevate.xml</str>
<str name="config-file">c:\elevate.xml</str>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 Solr wiki:
定义查询提升的文件的路径。此文件必须存在于:
Per the Solr wiki:
Path to the file that defines query elevation. This file must exist in: