Skip to content

Instantly share code, notes, and snippets.

@dav-rob
Created July 14, 2011 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dav-rob/1082738 to your computer and use it in GitHub Desktop.
Save dav-rob/1082738 to your computer and use it in GitHub Desktop.
{
"took" : 2188,
"timed_out" : false,
"_shards" : {
"total" : 5,
"successful" : 1,
"failed" : 4,
"failures" : [ {
"index" : "contactindex_2011_07_14_09_03_52",
"shard" : 1,
"reason" : "RemoteTransportException[[Lucifer][inet[/169.49.110.160:9302]][search/phase/query]]; nested: QueryPhaseExecutionException[[contactindex_2011_07_14_09_03_52][1]: query[custom score (listIds:65015977,function=org.elasticsearch.index.query.xcontent.CustomScoreQueryParser$ScriptScoreFunction@155e32a)],from[0],size[500]: Query Failed [Failed to execute main query]]; nested: "
}, {
"index" : "contactindex_2011_07_14_09_03_52",
"shard" : 4,
"reason" : "RemoteTransportException[[Lucifer][inet[/169.49.110.160:9302]][search/phase/query]]; nested: QueryPhaseExecutionException[[contactindex_2011_07_14_09_03_52][4]: query[custom score (listIds:65015977,function=org.elasticsearch.index.query.xcontent.CustomScoreQueryParser$ScriptScoreFunction@ecbb6e)],from[0],size[500]: Query Failed [Failed to execute main query]]; nested: "
}, {
"index" : "contactindex_2011_07_14_09_03_52",
"shard" : 3,
"reason" : "RemoteTransportException[[Lucifer][inet[/169.49.110.160:9302]][search/phase/query]]; nested: QueryPhaseExecutionException[[contactindex_2011_07_14_09_03_52][3]: query[custom score (listIds:65015977,function=org.elasticsearch.index.query.xcontent.CustomScoreQueryParser$ScriptScoreFunction@1a34f90)],from[0],size[500]: Query Failed [Failed to execute main query]]; nested: "
}, {
"index" : "contactindex_2011_07_14_09_03_52",
"shard" : 2,
"reason" : "RemoteTransportException[[Lucifer][inet[/169.49.110.160:9302]][search/phase/query]]; nested: QueryPhaseExecutionException[[contactindex_2011_07_14_09_03_52][2]: query[custom score (listIds:65015977,function=org.elasticsearch.index.query.xcontent.CustomScoreQueryParser$ScriptScoreFunction@1c4c852)],from[0],size[500]: Query Failed [Failed to execute main query]]; nested: "
} ]
},
"hits" : {
"total" : 1,
"max_score" : 1.30877804E12,
"hits" : [ {
"_index" : "contactindex_2011_07_14_09_03_52",
"_type" : "employee",
"_id" : "25867415",
"_score" : 1.30877804E12, "_source" : {********}
} ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment