Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-956

Field names are URL encoded

    XMLWordPrintableJSON

Details

    Description

      The field names provided by some repositories such as Alfresco are based on an URI similar to:

      {http://www.alfresco.org/model/system}store_identifier
      

      But in Solr we found the following field name:

      http_3a_2f_2fwww_alfresco_org_2fmodel_2fsystem_2f1_0_7dstore_identifier
      

      The code involved in the Solr connector is the following:

      protected static String preEncode(String fieldName)
        {
            return URLEncoder.encode(fieldName);
        }
      

      Probably we should try to solve it removing the preEncode invocation.

      Attachments

        Issue Links

          Activity

            People

              kwright@metacarta.com Karl Wright
              piergiorgiolucidi@gmail.com Piergiorgio Lucidi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 24h
                  24h
                  Remaining:
                  Remaining Estimate - 24h
                  24h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified