ui.modern.external_num_ranks_limit

Background

Sets a limit on the num_ranks query processor option that can be set through URL query parameters.

Setting the key

Set this configuration key in the results page (preferred) or search package configuration.

Use the configuration key editor to add or edit the ui.modern.external_num_ranks_limit key, and set the value. This can be set to any valid Integer value.

Default value

ui.modern.external_num_ranks_limit=2000000000

Allow users to request up to 2000000000 documents per request.

Examples

Allow up to 1000 documents per search request

ui.modern.external_num_ranks_limit=1000