我有三个模型(在轨道中),如下所示
class Content
has_and_belongs_to_many :groups
end
class Group
has_and_belongs_to_many :groups
has_and_belongs_to_many :users
end
class User
has_and_belongs_to_many :groups
end
当我在太阳黑子中搜索内容时,我希望所有内容都能显示出来。但是,我希望当前用户所属的任何组中的内容首先出现。
这可能吗?
答案 0 :(得分:0)
是的,您应该能够在Solr文档中添加额外的列,并对该列进行排序。