[jira] [Commented] (CONNECTORS-1162) Apache Kafka Output Connector

2015-08-11 Thread Tugba Dogan (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14692449#comment-14692449 ] Tugba Dogan commented on CONNECTORS-1162: - Hi Karl, I've been struggling

Re: Indexing Solr documents with atomic updates using manifoldcf solr connector

2015-08-11 Thread Dileepa Jayakody
Hi Karl, Thanks a lot for the detailed explanation. I was able to get my usecase working by configuring the solr-connector to create solrj ContentStreamUpdateRequest where it constructs the solr update request using the RepositoryDocumentStream. I just had to tick Use the Extract Update Handler

Re: Indexing Solr documents with atomic updates using manifoldcf solr connector

2015-08-11 Thread Karl Wright
Hi Dileepa, The only current way for ManifoldCF to track documents that are related in a parent-child relationship is using the document component mechanism. This is appropriate when a repository is structured so that a single document being processed results in multiple documents being indexed.