有誰(shuí)知道彈性搜索-php 示例的好資源,理想情況下涵蓋了使用 MySQL 示例的查詢。我正在為代碼語(yǔ)法和何時(shí)使用什么而苦苦掙扎。例如,我想做一個(gè)搜索,其中 $name 必須是字段 'business' 的一部分,并且 'country' 匹配 $country$params = [ 'index' => 'xxxxx', 'type' => 'zzzzz', 'body' => [ 'from' => 0, 'size' => $maxResults, 'query' => [ 'bool' => [ 'must' => [ 'match' => ['name' => $searchString], ], 'must' => [ 'match' => ['country' => $country], ], ], ], ],];第一個(gè)“必須”似乎被完全忽略了。刪除它將返回完全相同的結(jié)果。我搜索了幾個(gè)小時(shí)。有很多帶有簡(jiǎn)單搜索示例的快速初學(xué)者教程,但我已經(jīng)像上面的示例一樣被卡住了一步
Elasticsearch-php 查詢
30秒到達(dá)戰(zhàn)場(chǎng)
2022-10-14 16:02:42