tao-test/app/tao/config/default/IndexService.conf.php

13 lines
261 B
PHP
Raw Normal View History

2022-08-29 20:14:13 +02:00
<?php
/**
* Default config header created during install
*/
use oat\tao\model\search\index\IndexService;
use oat\tao\model\search\index\DocumentBuilder\IndexDocumentBuilder;
return new IndexService([
'documentBuilder' => new IndexDocumentBuilder()
]);