0
的號碼,我有這樣的事情在我的模型:輪胎 - 按相關對象
class User < ActiveRecord::Model
has_many :followers, :through => :as_followed_followings, :class_name => "User", :foreign_key => "follower_id", :uniq => true
...
def self.search(params)
tire.search(load: true, page: params[:page], per_page: params[:per]) do
end
end
end
我想返回追隨者的計數用戶已訂購用戶的數組。
那麼定義映射和索引以通過count屬性搜索嵌套對象的正確方法是什麼?
感謝您的閱讀。
是'count'從elasticsearch DSL? – nXqd
對不起,其實我不知道elasticsearch。 count是ActiveRecord :: Model的方法。 –
感謝您的回答,但它是關閉主題,因爲我的問題是關於elasticsearch和輪胎寶石:) – nXqd