Term query not working

I am trying to get data through term query, but it not returning any data.
I searched in Google...came to know, need to append "keyword" in search variable when we have "text" and "keyword" defined for a field in mappings file.
But it not return any data and also "keyword" is not showing in suggestions to append.
please give your suggestions...
thanks in advance...

Query
GET /pojoindex-audio_doc-0.1/_search
{
"query":{
"term" : {
"audio_doc.audiodate.audio_duration":{
"value":33,
"boost" : 1.0
}
}
}
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.