索引服务器问题

发布于 2024-09-06 02:37:15 字数 625 浏览 8 评论 0原文

我有一个 HTML 文件,但通过索引服务器时遇到问题。这是有问题的文本。

      (B)   每线性英里 10,800 美元

      (C)   $40,000每线性英里对于任何

我的问题是粗体文本。

  • 如果我搜索 800,它会找到该文档
  • 如果我搜索 $10,它会找到该文档
  • 如果我搜索 $40,它会找到该文档文档
  • 如果我搜索 $10,80010,800$40,00040,000,无论是否我用双引号将文本引起来。

我以为可能是逗号,但我可以在索引服务器存储库中找到带有 40,000 的其他文档,它会找到它。

有什么想法吗?

I've got an HTML file which I'm having a problem with through Index Server. Here is the text in question.

       (B)   $10,800 per linear mile for

       (C)   $40,000 per linear mile for any

My problem is with the bolded text.

  • If I search for 800, it finds the document
  • If I search for $10, it finds the document
  • If I search for $40, it finds the document
  • If I search for $10,800, 10,800, $40,000 or 40,000 it will not find the document, regardless of if I surround the text with double quotes.

I thought perhaps it was the comma, but I can find other documents in the indexing server repository with the 40,000 and it will find it.

Any ideas?

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

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

发布评论

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

评论(1

鹊巢 2024-09-13 02:37:15

没关系!!!

我终于弄清楚了(大约两天后)。在相关文本之前有一系列不间断空格 (& nbsp;)。我用物理空间替换了最后一个并重新索引了它 - 我猜索引服务不够智能,无法忽略这些或将它们视为 GASP - 一个空间!

NEVER MIND!!!

I finally figured it out (after about two days). There were a series of non-breaking spaces (& nbsp;) right before the text in question. I replaced the last one with a physical space and re-indexed it - I guess the indexing service isn't smart enough to ignore those or to treat them as GASP - A SPACE!

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