[
https://issues.apache.org/jira/browse/CONNECTORS-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13413792#comment-13413792
]
Ahmet Arslan commented on CONNECTORS-491:
-----------------------------------------
Hi,
I tried literalsOverride=true parameter but it didn't help. Somehow two values
[, Emek Kilic] are injected to solr. One comes from literal.Author= parameter.
{code}
SEVERE: org.apache.solr.common.SolrException: ERROR:
[doc=http://iknow:2525/Documents/Vekaletname.pdf] multiple values encountered
for non multiValued field Author: [, Emek Kilic]
{code}
{code:xml}
<requestHandler name="/update/extract"
startup="lazy"
class="solr.extraction.ExtractingRequestHandler" >
<lst name="invariants">
<bool name="literalsOverride">true</bool>
<str name="echoParams">all</str>
</lst>
</requestHandler>
{code}
> Solr Connector does not treat metadata fields with semicolons in them properly
> ------------------------------------------------------------------------------
>
> Key: CONNECTORS-491
> URL: https://issues.apache.org/jira/browse/CONNECTORS-491
> Project: ManifoldCF
> Issue Type: Bug
> Components: Lucene/SOLR connector
> Affects Versions: ManifoldCF 0.5.1
> Reporter: Karl Wright
> Assignee: Karl Wright
> Fix For: ManifoldCF 0.7
>
>
> The Solr connector does not escape metadata values that have ";" characters
> in them, and Solr thus tries to treat these as multi-valued fields.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira