1
一些具體的結果我用太陽黑子Solr的索引和我們的Rails應用程序Ruby on Rails的黑子Solr的搜索顯示在頂部
search = Product.search do
with(:categoery, [1,2,3])
order_by(:priority)
#and some other filters
end
尋找,但對於一些特定的用戶,我想展示一些產品與ID假設[8,9]排在搜索結果的頂部,然後是其他產品(因爲我不想放棄其他結果),是否可以在相同的搜索查詢中進行搜索?