无论才能、知识多么卓著,如果缺乏热情,则无异纸上画饼充饥,无补于事。

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

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

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;
已邀请:

要回复问题请先登录注册