使用netstat -lntp来看看有侦听在网络某端口的进程。当然,也可以使用 lsof。

elasticsearch-1.4.0 使用自带的query rewriter 出现问题

Elasticsearch | 作者 sherry | 发布于2015年01月08日 | 阅读数:6090

curl -XGET 'localhost:9200/clients/_search?pretty' -d '{
"query" : {
"prefix" : {
"name" : "j",
"rewrite" : "constant_score_boolean"
}
}
}'
执行出现问题,"SearchPhaseExecutionException[Failed to execute phase [query], all shards failed;
已邀请:

要回复问题请先登录注册