thinking-sphinx

thinking-sphinx

文章 0 浏览 3

铁轨 +思维-Sphinx多态关联

class User &lt ActiveRecord::Base has_many :followings, :as =&gt :followable, :dependent =&gt :destroy, :class_name =&gt 'Follow' has_many :…

∞琼窗梦回ˉ 2024-10-04 11:49:49 1 0

铁轨 + Thinking-Sphinx 结果 ids

嘿。我使用Rails 3.0.1 和thinking-sphinx。 如何从 sphinx 请求中获取 ID 列表?如果我这样做, MyModel.search('boby').map(&amp:id) 它会向数据库…

祁梦 2024-10-03 16:14:16 2 0

如何使用 RSpec 测试 ThinkingSphinx

我在模型中有一个类方法,它调用 Thinking_sphinx 的 search() 方法。我需要检查这个类方法。 我想在我的 rspec 测试用例中启动、索引或停止 sphinx。…

万水千山粽是情ミ 2024-10-01 09:04:44 2 0

使用 Sphinx 搜索 $word (Thinking Sphinx)

我想在文本中搜索以 $ 为前缀的单词。 示例记录(包含 3 行的表): This is my string containing the $word special word. Again $word is here. My…

不语却知心 2024-09-30 23:34:27 2 0

思考Sphinx应用程序范围的搜索:按仅存在于某些模型中的属性进行过滤

我想搜索多个模型并按某些模型具有而某些模型没有的特定属性进行过滤。我希望具有该属性的模型被过滤,但没有该属性的模型则忽略它。 目前只有具有该…

离旧人 2024-09-30 16:41:38 3 0

认为 Sphinx Rake 已中止,searchd 正在重建或启动/停止 ts 时运行。索引工作正常

当我调用 rake ts:rebuild RAILS_ENV=Production 时,我得到以下信息: (in /var/www/abc.com/public/abc/releases/20101008073517) ** Erubis 2.6.6 …

定格我的天空 2024-09-29 02:54:53 3 0

使用 Thinking Sphinx 时,Delta 索引无法在服务器上运行

我在 Rails 项目中对 Thinking Sphinx 索引使用增量索引。在我的机器(Mac OS X)上它工作正常。我更改一条记录,它立即找到它。在服务器(Debian)上…

生生漫 2024-09-28 17:34:28 1 0

使用两个类和预加载思考 Sphinx 搜索

我使用 TS 同时搜索 2 个模型(类): class Product &lt ActiveRecord::Base belongs_to :user belongs_to :photo has_many :variants end class Art…

朕就是辣么酷 2024-09-27 04:33:31 3 0

思考Sphinx组合:与参数

我想知道如何组合 Thinking Sphinx 的结果集 我有以下查询: Model.search :with =&gt {:attribute_1 =&gt id} 我想与之组合: Model.search :with =&…

温折酒 2024-09-24 09:50:14 3 0

(思考)sphinx Extended2模式下如何进行属性匹配?

我有这个表达式,它在 Thinking Sphinx 中按预期工作: Customer.search :with =&gt {:signer_id =&gt 23} 但我需要编写一个带有某些属性的 OR 的表达…

夏夜暖风 2024-09-19 16:59:53 9 0

will_paginate ajax 分页与思考 sphinx

有没有人尝试过通过ajax对思考的狮身人面像结果集进行分页? 我在我的控制器操作中有这个: @results = Model.search params[:query], :page =&gt par…

放飞的风筝 2024-09-19 02:31:10 4 0

如何在 Rails 应用程序中运行 rake 任务

我想要做什么: 在 model.rb 中,在 after_commit 中,我想运行 rake 任务 ts:reindex ts:reindex 通常与 rake ts:index 一起运行…

删除→记忆 2024-09-18 05:25:26 5 0

Thinking-Sphinx 不索引任何内容

我的环境: Mac OSX 10.6 Snow Leopard Ruby 1.9.2p0 Rails 3.0.0 thinking-sphinx (2.0.0.rc1) Sphinx 0.9.9-release (r2117) 到目前为止,我还没有…

赠我空喜 2024-09-17 23:47:24 8 0

思考 Sphinx 增量索引 - 增量索引没有更新

我有增量索引设置,用于在我的模型之一上思考狮身人面像。当记录更新时,增量将被设置为 True,但我没有看到索引随着对记录所做的更改而更新。我已使…

云仙小弟 2024-09-15 23:17:01 5 0

通配符数字搜索思维狮身人面像

任何人都可以指导如何在思考狮身人面像时使用通配符搜索数字... 我已经尝试过,使用的 User.search "12", :star =&gt true 结果只有 12 但我需要显示…

云雾 2024-09-15 10:04:48 5 0
更多

推荐作者

烙印

文章 0 评论 0

singlesman

文章 0 评论 0

独孤求败

文章 0 评论 0

晨钟暮鼓

文章 0 评论 0

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