cancel
Showing results for 
Search instead for 
Did you mean: 

What configuration to change so that the cmis query returns the full result set without pagination.

owais1
Champ on-the-rise
Champ on-the-rise

We have a cmis query which needs to fetch about 200000 records from alfresco. Currently it is limited to only 1000 records. Can you let us know what configuration to change so that the cmis query returns the full result set without pagination.

1 ACCEPTED ANSWER

fcorti
Elite Collaborator
Elite Collaborator

Hi owais,

What Douglas C. R. Paes says is correct, but in the following thread you can find a solution for your need.

Alfresco CMIS limit size and time query - Stack Overflow 

In brief: Florian Muller suggests to use the URL parameter maxItems.

I hope this help you.

View answer in original post

4 REPLIES 4

fcorti
Elite Collaborator
Elite Collaborator

Hi Owais,

Which Alfresco edition and version are you using?
And which Solr version? (if you use it)

Regads

owais1
Champ on-the-rise
Champ on-the-rise

Hi Sir,

I am using Alfresco 5.2 d and solr 4

douglascrp
World-Class Innovator
World-Class Innovator

Trying to recover such a big resultset is not something you should be trying to do.

You can find some reasons to avoid it by reading this documentation  

fcorti
Elite Collaborator
Elite Collaborator

Hi owais,

What Douglas C. R. Paes says is correct, but in the following thread you can find a solution for your need.

Alfresco CMIS limit size and time query - Stack Overflow 

In brief: Florian Muller suggests to use the URL parameter maxItems.

I hope this help you.