轻量级 Rails 搜索引擎

发布于 2024-11-17 18:21:19 字数 347 浏览 3 评论 0原文

我正在寻找 Rails 中的轻量级搜索引擎。它并不是要进行全文搜索或任何其他操作,我正在做一个简单的自动完成文本框。基本上,给定一个字符串,我需要它来搜索表中的两个字符串列并返回最相关的结果。

我考虑过自己做搜索算法,使用很多 SQL LIKE 语句等,但是当你谈论加权条目以及如果缺少单词会发生什么时,它会变得有点混乱。模糊搜索也不错。我尝试过一些谷歌搜索,但大部分给我的东西(我认为)都太过分了,比如狮身人面像。

对于可以实现我所描述的功能的简单搜索引擎,您有什么建议吗?或者让定制引擎总是更好。

谢谢!

PS 我认为注意到我自动完成书名和作者可能会有所帮助,因此用户非常清楚他们应该在搜索字段中输入什么内容。

I'm looking for a light weight search engine in rails. It's not meant to do a full text search or anything, I'm doing a simple autocomplete textbox. Basically, given a string, I need it to search two string columns in my table and return the results that are most relevant.

I've thought about doing the search algorithm myself, using a lot of SQL LIKE statements and such, but it gets a bit messy when you talk about weighting entries and what happens if there's a word missing. Fuzzy Search would also be nice. I've tried to do some Googling but it mostly gave me things (I think) are overkill, like Sphinx.

Do you have any suggestions for a simple search engine that can do what I've described? Or is making a custom engine always better.

Thanks!

P.S. I thought it might be helpful to note that I'm auto completing book titles and authors, so the user has a pretty good idea of what they should put in the search field.

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

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

发布评论

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

评论(1

贩梦商人 2024-11-24 18:21:19

你看过Picky吗?

Have you looked at Picky?

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