Unable to search on fields even if they are indexed

Hi

I am trying to search against a few complex documents from our actual
data.

A sample document is at http://gist.github.com/569323
The metadata mapping is http://gist.github.com/569324

E.g. Search scenarios which fail:
a) http://gist.github.com/569330
b) http://gist.github.com/569331

In the above scenarios,
a) if I remove in http://gist.github.com/569330
"field" : {
"fields.headline" : "Comical"
}
b) if I remove in http://gist.github.com/569331
"field" : {
"fields.media-urls.fields.cdn" :
"AKAMAI_FLASH_STREAM_ONDEMAND"
}
then the searches work.

Am I not constructing the searches properly or is there something else
wrong?

Thanks
Diptamay

Don't worry about it. I believe there was a problem in my indexing.

Sorry for the inconvenience.

Thanks
Diptamay

On Sep 7, 7:39 pm, diptamay dipta...@gmail.com wrote:

Hi

I am trying to search against a few complex documents from our actual
data.

A sample document is athttp://gist.github.com/569323
The metadata mapping ishttp://gist.github.com/569324

E.g. Search scenarios which fail:
a)http://gist.github.com/569330
b)http://gist.github.com/569331

In the above scenarios,
a) if I remove inhttp://gist.github.com/569330
"field" : {
"fields.headline" : "Comical"
}
b) if I remove inhttp://gist.github.com/569331
"field" : {
"fields.media-urls.fields.cdn" :
"AKAMAI_FLASH_STREAM_ONDEMAND"
}
then the searches work.

Am I not constructing the searches properly or is there something else
wrong?

Thanks
Diptamay