[ https://issues.apache.org/jira/browse/CONNECTORS-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053573#comment-14053573 ]
Karl Wright commented on CONNECTORS-981: ---------------------------------------- It seems to only happen if you click "Save" when the "Documents" tab is open. The javascript in question is this: {code} if (editconnection.maxdocumentlength.value == "" && (editconnection.extractupdate.value != "true" || (typeof editconnection.extractupdate.checked != "undefined" && editconnection.extractupdate.checked == false))) ... {code} ... and the extractupdate form element is: {code} <input type="hidden" name="extractupdate" value="true"/> {code} So the Javascript looks right. Do you see a problem that I'm missing?? > Solr Connector - classic Solrj SolrInputDocument support > -------------------------------------------------------- > > Key: CONNECTORS-981 > URL: https://issues.apache.org/jira/browse/CONNECTORS-981 > Project: ManifoldCF > Issue Type: Improvement > Components: Lucene/SOLR connector > Affects Versions: ManifoldCF 1.7 > Reporter: Alessandro Benedetti > Assignee: Karl Wright > Fix For: ManifoldCF 1.7 > > Attachments: CONNECTORS-981.patch > > > The solr connector, according with the development of the Tika Connector > processor, should be able to operate in 2 ways : > 1) as usual > 2) using the classic Solrj SolrInputDocument approach with already extracted > metadata > To allow the choice a flag will be added in the UI in the mapping tab ( as > it's related with how the fields will be processed) -- This message was sent by Atlassian JIRA (v6.2#6252)