Perhaps try turning on request debugging and see what is actually
being received by Solr?

-Yonik


On Tue, May 17, 2016 at 8:33 AM, Nick Vasilyev <nick.vasily...@gmail.com> wrote:
> 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