Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-8568

Provision to accept url encoded comma separated string in the facet.pivot field

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 5.4
    • None
    • SolrJ

    Description

      The toQueryString method inside Solrj's ClientUtils class is called when the http request is formed internally. But in this process, it also encodes the commas (,) that need to be sent in the facet.pivot field.

      eg . facet.pivot=A1,A2 gets sent as facet.pivot=A1%2CA2

      Because of this the query returns no result.

      http://stackoverflow.com/questions/34877238/solrj-clientutils-toquerystring-escapes-facet-pivot-field-comma

      Attachments

        Activity

          People

            Unassigned Unassigned
            sumeetmi2 Sumeet Sharma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: