Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
ManifoldCF 1.6.1
-
None
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
- is a clone of
-
CONNECTORS-1034 Manifold 1.7
- Resolved
- is related to
-
CONNECTORS-630 Metadata names with illegal URL characters blow up the ManifoldCF solr connector
- Resolved