I am on the nightly build of 6.1 and I am experimenting with json.facet
streaming, however the response I am getting back looks like regular query
response. I was expecting something like the streaming api. Is this right
or am I missing something?

Hhere is the json.facet string.

    'json.facet':str({ "groups":{
                    "type": "terms",
                    "field": "group",
                    "method":"stream"
                }}),

The group field is a string field with DocValues enabled.

Thanks

Reply via email to