moodle/search/classes
sam marshall 25564a784b MDL-60981 core_search: Add get_contexts_to_reindex API
This new API returns a list of contexts for each search area. This
allows the areas to be reindexed in a sensible order (roughly
speaking, newest first) and also allows this to be controlled by
each area.

An implementation in the forum module means that forums are ordered
by the date of the most recent discussion, so that active forums
will be reindexed early even if they were created a long time ago.
2017-12-22 13:02:37 +00:00
..
output MDL-60880 core_search: Allow search of specific context (front-end) 2017-12-05 17:42:40 +00:00
base.php MDL-60981 core_search: Add get_contexts_to_reindex API 2017-12-22 13:02:37 +00:00
base_activity.php MDL-55356 core_search: New area API get_document_recordset 2017-10-11 17:17:08 +01:00
base_block.php MDL-60981 core_search: Add get_contexts_to_reindex API 2017-12-22 13:02:37 +00:00
base_mod.php MDL-60981 core_search: Add get_contexts_to_reindex API 2017-12-22 13:02:37 +00:00
document.php MDL-60105 search: Fix fatal error 2017-09-13 13:51:30 +02:00
document_factory.php
engine.php MDL-60857 core_search: Improve cron log progress information 2017-12-01 15:47:22 +00:00
engine_exception.php
manager.php Merge branch 'MDL-60880-master' of https://github.com/sammarshallou/moodle 2017-12-06 19:53:37 +13:00
skip_future_documents_iterator.php MDL-60720 core_search: Indexing halts on failed get_document 2017-11-07 16:36:37 +00:00