タイヤ付きレールでelasticsearchを使用しています。
私のコード:
def to_indexed_json
{
:id => id,
:brand_name => brand_name,
:brand_id => brand_id
}.to_json
end
facet "brands" do
terms :brand_id
end
Elasticsearchから返されたすべてのブランドの名前を取得するには、データベースでクエリを実行する必要があります。Elasticsearchからこれらの値(brand_name)を返す方法はありますか?