mirror of
https://github.com/moodle/moodle.git
synced 2025-04-29 04:43:37 +02:00
Adding documents in batches instead of one at a time can make indexing using Solr significantly faster. This adds new API functions for search engines, including add_document_batch() to add a batch of documents, supports_add_document_batch(), get_batch_max_documents() and get_batch_max_content().