我很难想出怎么做。我正在使用PHP SDK,我已经设法将其切面化,但这只会返回 facetHits ,具有命中值,但我仍然需要来自模型的数据。
facetHits
你必须改变 searchableAttributes .
searchableAttributes
$index->setSettings([ 'searchableAttributes' => [ 'name', ] ]);
the api reference 和 the guide for searchable attributes