Count non analyzed field

curl -XGET 'http://localhost:9200/index/type/_count?q=group:abc group'

I tried the above it does not work.

I can count the type using - curl -XGET 'http://localhost:9200/index/type/_count but not the field I want.

Does anyone know how to count analyzed field?