Hi,

Would like to check, does JSON facet output remove characters like \t from
its output?

Currently, we found that if the result is not in the last result set, the
characters like \t will be removed from the output. However, if it is the
last result set, the \t will not be removed.

As there is discrepancy in the results being returned, is this considered a
bug in the output of the JSON facet?

I'm using Solr 6.5.1.

Snapshot of output when \t is not removed:

  "description":{
        "buckets":[{
           "val":"detaildescription\t\t\t\t",
            "count":1}]},

Snapshot of output when \t is removed:

  "description":{
        "buckets":[{
           "val":"detaildescription        ",
            "count":1}]},

Regards,
Edwin

Reply via email to