Hi all,

I am performing a facet with pivot query. The result I get is correct, but when I use "facet.offset=1" in the query, the results I get differ, as in pivot removed.

Instead of getting:

    "facet_pivot":{
      "buyer.name,agreedPrice.hasCurrency.notation":[{
          "field":"buyer.name",
          "value":"KOMPANIA W\u0118GLOWA S.A.",
          "count":11228,
          "pivot":[{
              "field":"agreedPrice.hasCurrency.notation",
              "value":"EUR",
              "count":11084,
              "stats":{
                "stats_fields":{
                  "agreedPrice.hasCurrencyValue":{
                    "sum":5.069190961199988E9}}}}],
          "stats":{
            "stats_fields":{
              "agreedPrice.hasCurrencyValue":{
                "sum":5.069190961199988E9}}}},

I get:

"facet_pivot":{
      "buyer.name,agreedPrice.hasCurrency.notation":[{
          "field":"buyer.name",
          "value":"KOMPANIA W\u0118GLOWA S.A.",
          "count":11228,
          "stats":{
            "stats_fields":{
              "agreedPrice.hasCurrencyValue":{
                "sum":5.069190961199988E9}}}},

There is no "pivot" element. Is there a way to use paging and get the results I get with facet.offset=0?

I am using Solr 6.4.2

Regards,

George

Reply via email to