Skip to content

Commit c04abed

Browse files
Fix issue #271 | Cannot set mappings for custom fields
1 parent 48dfc20 commit c04abed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/SearchIndex/IndexService/IndexHandler/DocumentIndexHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
use Pimcore\Bundle\GenericDataIndexBundle\Enum\SearchIndex\FieldCategory;
2020
use Pimcore\Bundle\GenericDataIndexBundle\Enum\SearchIndex\FieldCategory\StandardField\Document\DocumentStandardField;
21-
use Pimcore\Bundle\GenericDataIndexBundle\Event\Asset\ExtractMappingEvent;
21+
use Pimcore\Bundle\GenericDataIndexBundle\Event\Document\ExtractMappingEvent;
2222
use Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\IndexMappingServiceInterface;
2323
use Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\SearchIndexServiceInterface;
2424
use Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\GlobalIndexAliasServiceInterface;

0 commit comments

Comments
 (0)