Hi all,
There is a issue where I can't highlight a particular field & I am clueless
about the error here.
Analyzer:
"analysis": {
"analyzer": {
"nonword":{
"type": "pattern",
"pattern":"[^\\w]+"
}
}
}
Mapping:
"server" : {
"type" : "multi_field",
"fields" : {
"server": {"type" : "string", "analyzer" :
"nonword"},
"not_analyzed" : { "type" : "string", "index" :
"not_analyzed" }
}
},
Query: http://pb.abhijeetr.com/UiHE?json
Response:
{
"error" : "SearchPhaseExecutionException[Failed to execute phase
[query_fetch], total failure; shardFailures
{[iFkY8B1mSfqWCItKa3Yx7g][events-mq][0]:
FetchPhaseExecutionException[[events-mq][0]:
query[filtered(server:"*")->cache(date:[1340381493703 TO
1371917493703])],from[0],size[500],sort[<custom:"date":
org.elasticsearch.index.fielddata.fieldcomparator.LongValuesComparatorSource@4b32470e>!]:
Fetch Failed [Failed to highlight field [server]]]; nested:
IOException[Stream closed]; }]",
"status" : 500
}
Can anybody explain what's the issue here? Thanks
--
Regards,
Abhijeet Rastogi (shadyabhi)
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.