You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "lalit (JIRA)" <ji...@apache.org> on 2014/02/07 08:22:20 UTC

[jira] [Commented] (CONNECTORS-864) Alfresco only provides 100 search results using CMIS connector with Apache ManifoldCF.

    [ https://issues.apache.org/jira/browse/CONNECTORS-864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894259#comment-13894259 ] 

lalit commented on CONNECTORS-864:
----------------------------------

I have downloaded from source for 1.4.1 & updated .../CmisRepositoryConnector.java with 

ItemIterable<QueryResult> results = session.query(cmisQuery, false).getPage(MAX_RESULTS); where MAX_RESULTS is 1 milion. 

Now i am able to see more than 100 results in solr index using mcf CMIS connector.

> Alfresco only provides 100 search results using CMIS connector with Apache ManifoldCF.
> --------------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-864
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-864
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: CMIS connector
>    Affects Versions: ManifoldCF 1.4.1
>         Environment: Alfresco 4.2, Windows 7 with manifold 1.4.1 & solr 4.0.0
>            Reporter: lalit
>            Assignee: Piergiorgio Lucidi
>            Priority: Blocker
>             Fix For: ManifoldCF 1.5
>
>         Attachments: CONNECTORS-864.patch, alfresco-job.PNG, cmis connection.PNG, mvn error.PNG, solr.PNG
>
>
> I am using solr 4.0.0 as output channel for manifold 1.4.1. I have also created a repository connection for alfresco 4.2 which is working fine. Next i have configured a job for indexing alfresco repo for all content items. But it only return first 100 items to solr. 
> I tried changing configurations from both manifold & solr perspective but still i am getting 100 results only.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)