Configure the maximum number of search results in Webtop

It is in the page 394 of Web Development Kit Version 6.5 Development Guide.

The maximum number of search results, globally and per source, is configured in dfc.properties.

The maximum number of search results is specified as the value of dfc.search.maxresults (was maxresults_per_source in 5.3.x).

The maximum number of results per source is specified as the value of dfc.search.max_results_per_source.

For example, if you have specified a maximum of 1000 results and a maximum per source of 500, results will be accumulated from each source until the source maximum of 500 is reached or until the global maximum of 1000 is reached.

Note: These settings can affect performance. Setting the value too high can overload the index server,
and setting it too low can frustrate users. You must evaluate the best settings for your environment.

The default value is 350.

你可能感兴趣的:(Web,performance)