cancel
Showing results for 
Search instead for 
Did you mean: 

SOLR maximum results?

kbonnet
Champ in-the-making
Champ in-the-making

The SOLR implementation in Alfresco Community 4.0 didnt have a maximum in the amount of results returned. This was one of the reasons to move from Lucene to SOLR in implementations.

In Alfresco 4.2.e SOLR seems to return a maximum of 1000 results. Adding the properties solr.query.maximumResultsFromUnlimitedQuery=5000 and system.acl.maxPermissionChecks=5000 in alfresco-global.properties doesnt have any effect.


Is this new for 4.2.e? It seems like a bug, since the settings do not have any effect. Does anyone here see the same behaviour?

Thanks for your help!

Koen
1 REPLY 1

kbonnet
Champ in-the-making
Champ in-the-making
Sorry, guys, ppearantly we made a configuration error. With

solr.query.maximumResultsFromUnlimitedQuery=10000
system.acl.maxPermissionChecks=10000


it worked.

Thanks!