0
:Elasticsearchでのカスタムソート?このように、ソートにする方法
->orderByRaw('payed_promo >= ' . $time . ' DESC')
->orderByRaw('payed_vip >= ' . $time . ' DESC')
->orderBy('rating->urls->' . $url_1 . '->rating', 'DESC')
ここではElasticsearch上でこれを行う方法のMySQL(雄弁laravel)からの私の並べ替えですか?