Skip to content
  • sam marshall's avatar
    MDL-68690 Search: Allow Solr to add documents in batches · 0deb1946
    sam marshall authored
    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().
    0deb1946