Scoring is not being computed when using wildcard in query_string query

Hi,

I would to know is there anyway to enable scoring when using wildcard in
query_sting query. Below is my query :

{
"from": 0,
"size": 100,
"explain": true,
"track_scores": true,
"query": {
"query_string": {
"fields": [
"DISPLAY_NAME^8",
"PERFORMER"
],
"query": "hap*"
}
}
}

and it returns result below (which doesn't sort properly as it doesn't
compute the scores) :

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/71db3465-1ebc-4cd8-8a37-5aaca7f15f80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.