Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-catalog-search/Model/Indexer/Fulltext/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-catalog-search/Model/Indexer/Fulltext/Processor.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\CatalogSearch\Model\Indexer\Fulltext;

use Magento\Framework\Indexer\AbstractProcessor;
use Magento\CatalogSearch\Model\Indexer\Fulltext;

/**
 * Class Processor
 * @api
 * @since 100.1.0
 */
class Processor extends AbstractProcessor
{
    /**
     * Indexer ID
     */
    const INDEXER_ID = Fulltext::INDEXER_ID;
}