[
https://issues.apache.org/jira/browse/CONNECTORS-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15035141#comment-15035141
]
Karl Wright commented on CONNECTORS-1261:
-----------------------------------------
[~moleski], I looked at the code and found that commitWithin is only supported
at the moment if you use the extracting update handler. It is not hooked up
for the standard update handler. Which are you using? If it's the extracting
update handler (the default setting for the connector), then you're looking at
a Solr issue. If not, I'll have to research if there's any way to communicate
this parameter to Solr using the standard update handler.
> Solr output connector, commit within seems to be ignored
> --------------------------------------------------------
>
> Key: CONNECTORS-1261
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1261
> Project: ManifoldCF
> Issue Type: Bug
> Components: Solr-5.x component
> Affects Versions: ManifoldCF 2.3
> Environment: Ubuntu 14.04, Solr 5.3.1
> Reporter: Adrian Conlon
> Assignee: Karl Wright
> Fix For: ManifoldCF 2.3
>
>
> I've configured my output connector to commit both at the end of a job and
> "within" 600000 ms (which should be 10 minutes, if my arithmetic is correct).
> The effect I'm seeing is that commits are occurring as jobs complete, but if
> a set of long running jobs aren't completing quickly, I'm not seeing commits
> every 10 minutes.
> FYI, here's my Solr output connection configuration
> Use extract update handler=false
> Solr core name=OasysMailSearch
> Server web application=solr
> Server name=STGDM16
> Maximum document length=10000000
> Commits=true
> Solr content field name=body
> Server update handler=/update
> Server status handler=/admin/ping
> Commit within=600000
> Server remove handler=/update
> Server port=8983
> Solr id field name=id
> Server protocol=http
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)