0
我希望將參數?search_type=count
附加到彈性搜索中。如何在使用輪胎時附加GET參數進行彈性搜索
curl -XGET 'http://127.0.0.1:9200/votes/_search?search_type=count' -d '
{
"facets" : {
"votes" : {
"terms" : {
"field" : "question_id"
}
}
}
}'
就是這樣的。我如何告訴輪胎追加search_type=count
?
是的,沒錯。我想我們很快就會有'_count'查詢。 – karmi 2012-01-06 18:02:50