无法让 elevate.xml 与 Apache Solr 1.4 一起使用

发布于 2024-12-15 01:39:22 字数 841 浏览 1 评论 0原文

我通过 Google 和 Solr wiki 页面对此进行了多次搜索,但找不到答案。

我的问题:

我在使 elevate.xml 正常工作时遇到问题。我相信问题是我不知道 elevate.xml 中的“doc id”应该是什么。例如,如果我搜索“冰淇淋”,​​我希望它返回 www.mydomain.com/page/2 作为第一个结果。

    <query text="ice cream">
      <doc id="What Goes In Here??" />
    </query>

我尝试过的操作:

我尝试输入确切的 URL(例如:www.mydomain.com/page/2),我还在 http://localhost:8983/solr/admin/,这会显示 XML 响应。我从“ID”子元素(即“9c3ec5/node/3564”)中获取了值并进行了尝试。 这些似乎都不起作用。我还在每次更改后重新启动了该服务(这是作为服务在 Windows 2008R2 Server 上运行)

环境信息

Apache Solr 1.4.1 在 Windows Server 2008 R2(64 位)上运行。我正在使用 Drupal 内容管理系统(版本 6.22)进行搜索。除此之外,搜索效果很好。

有什么想法吗?

有人有什么想法吗?我需要重新索引内容吗?

I’ve searched high and low for this via Google and the Solr wiki page, and cannot find the answer.

My problem:

I’m having trouble getting the elevate.xml working. I believe the problem is that I don’t know what the “doc id” is supposed to be within the elevate.xml. For example, if I search for “ice cream” I want it to return www.mydomain.com/page/2 as the first result.

    <query text="ice cream">
      <doc id="What Goes In Here??" />
    </query>

What I’ve tried:

I tried entering in that exact URL(example: www.mydomain.com/page/2), I’ve also searched for the page on http://localhost:8983/solr/admin/, which brings up the an XML response. I’ve taken the value from the “ID” child element (which is “9c3ec5/node/3564”) from this and tried it.
Neither of these seem to work. I’ve also restarted the service after each change (this is running on a Windows 2008R2 Server as a service)

Environment Info:

Apache Solr 1.4.1 is running on Windows Server 2008 R2 (64bit). I’m searching using the Drupal Content Management System (version 6.22). Search is working great, except for this.

Any Ideas?

Does anyone have any ideas? Do I need to reindex the content?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

咆哮 2024-12-22 01:39:22

“doc id”是您要提升的文档的唯一键的值。

The "doc id" is the value of the unique key of the document you want to elevate.

你如我软肋 2024-12-22 01:39:22

我找到了这个问题的答案并将其记录在 http://drupal.org/node/1338914

I found the answer to this question and documented it at http://drupal.org/node/1338914

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文