You are here

PreCreateIndexDocumentEvent.php in Search API Solr 4.x

File

src/Event/PreCreateIndexDocumentEvent.php
View source
<?php

namespace Drupal\search_api_solr\Event;


/**
 * Event to be fired after a solarium document has been created for indexing,
 * but before any search_api fileds are populated on the document.
 */
final class PreCreateIndexDocumentEvent extends AbstractSearchApiItemSolariumDocumentEvent {

}

Classes

Namesort descending Description
PreCreateIndexDocumentEvent Event to be fired after a solarium document has been created for indexing, but before any search_api fileds are populated on the document.