今私が直面している別の問題があります:私が走るとき
$ curl -X GET 'http://localhost:9200/sample/new/_search?pretty=true' -d '{ fields:"price_incl_tax","product_id"],query:{range:{price_incl_tax:{gte:1000,lte:1500}}} }'
cygwinでは、それは機能し、正しい結果をもたらします。しかし
"http://localhost:9200/sample/new/_search?pretty=true -d ' { fields:["price_incl_tax","product_id"],query:{range:{price_incl_tax:{gte:1000,lte:1500}}} }'"
、ブラウザでリンクを開くと、間違った答えが返ってきます。私は取得しているの20(everything) results
に対し、取得する必要がありますonly 2
。何をすべきか?前もって感謝します。