forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-53758 search: Better results with low hit rates, improve performance
Ensures that Solr will return available results, even if there are many misses when using check_access(), by asking Solr for more results if the counter says there should be more. Improves performance by ending processing as soon as the requested page of results is processed. Remaining number of pages is an "estimate" based on the total result count from Solr and how many items we have rejected up to this point.
- Loading branch information
1 parent
b611ade
commit 053118a
Showing
10 changed files
with
827 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.