So it looks like facets are being computed... do you not see them in
the response?
-Yonik


On Tue, May 17, 2016 at 9:12 AM, Nick Vasilyev <nick.vasily...@gmail.com> wrote:
> I enabled query debugging, here is the facet-trace snippet.
>
>     "facet-trace":{
>       "processor":"FacetQueryProcessor",
>       "elapse":0,
>       "query":null,
>       "domainSize":43046041,
>       "sub-facet":[{
>           "processor":"FacetFieldProcessorStream",
>           "elapse":0,
>           "field":"group",
>           "limit":10,
>           "domainSize":8980542},
>         {
>           "processor":"FacetFieldProcessorStream",
>           "elapse":0,
>           "field":"group",
>           "limit":10,
>           "domainSize":9005295},
>         {
>           "processor":"FacetFieldProcessorStream",
>           "elapse":0,
>           "field":"group",
>           "limit":10,
>           "domainSize":7555021},
>         {
>           "processor":"FacetFieldProcessorStream",
>           "elapse":0,
>           "field":"group",
>           "limit":10,
>           "domainSize":8928379},
>         {
>           "processor":"FacetFieldProcessorStream",
>           "elapse":0,
>           "field":"group",
>           "limit":10,
>           "domainSize":8576804}]},
>     "json":{"facet":{"groups":{
>           "type":"terms",
>           "field":"group",
>           "method":"stream"}}},
>
> On Tue, May 17, 2016 at 8:42 AM, Yonik Seeley <ysee...@gmail.com> wrote:
>
>> 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