Hello,

I'm using pivot faceting and in the response the pivot name has a comma. I'm
deserializing this json response to an object in .net and I am having
trouble with the comma. I'm wondering if there is a way to remove the comma
from the response? I basically have a category/subcategory hierarchy that I
want to facet on. I'm getting the results I want, just having trouble with
the pesky comma.

Thanks for the help.


In my querystring I have: facet.pivot=catfct,subfct

response:

"facet_pivot":{
      "catfct,subfct":[{
          "field":"catfct",
          "value":"Residential Locksets",
          "count":39,
          "pivot":[{
              "field":"subfct",
              "value":"Door Levers",
              "count":26},
            {
              "field":"subfct",
              "value":"Door Knobs",
              "count":13}]}]}},



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Facet-pivot-response-with-comma-tp4347631.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to