Adjusting the Search Filter Limit (facet.limit)

cancel
Showing results for 
Search instead for 
Did you mean: 
ephrmntr
Member II

Adjusting the Search Filter Limit (facet.limit)

Hello,

I am looking for a way to change the limit of available filters when using the search functionality in Alfresco. By default, it seems the limit is set to 100, which results in some filter values being hidden when there are more of them.

I thought this limit is controlled by the facet.limit property in Solr, and is set through defaultUnshardedFacetLimit in the SolrQueryHTTPClient class (defaulting to 100). However, adjusting this value does not appear to have any effect, and it seems the executeQuery method from this class is not being invoked during search operations; debugging the search did not trigger breakpoints inside of it.

Could someone provide guidance on how to modify this limit effectively or suggest what might be the issue?

Thank you!