Skip to content

Commit

Permalink
NGSTACK-836 remove SearchResultExtractorTrait from ParentChildFieldMa…
Browse files Browse the repository at this point in the history
…pper
  • Loading branch information
Katarina Miočić committed Mar 25, 2024
1 parent 047fd32 commit 14a56dd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/Core/Search/Solr/FieldMapper/ParentChildFieldMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Ibexa\Contracts\Core\Persistence\Content as SPIContent;
use Ibexa\Contracts\Core\Persistence\Content\ContentInfo;
use Ibexa\Contracts\Core\Persistence\Content\Handler as ContentHandler;
use Ibexa\Contracts\Core\Persistence\Content\Location\Handler as LocationHandler;
use Ibexa\Contracts\Core\Persistence\Content\Type\Handler as ContentTypeHandler;
use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException;
use Ibexa\Contracts\Core\Repository\Values\Content\Query;
Expand All @@ -19,7 +18,6 @@
use Ibexa\Core\Search\Legacy\Content\Handler;
use Netgen\IbexaSearchExtra\API\Values\Content\Query\Criterion\LocationQuery as LocationQueryCriterion;
use Netgen\IbexaSearchExtra\API\Values\Content\Query\Criterion\Visible;
use Netgen\IbexaSiteApi\Core\Traits\SearchResultExtractorTrait;


use function array_key_exists;
Expand All @@ -30,8 +28,6 @@

final class ParentChildFieldMapper extends ContentTranslationFieldMapper
{
use SearchResultExtractorTrait;

/**
* @var array<int, ?string>
*/
Expand All @@ -45,7 +41,6 @@ public function __construct(
private readonly FulltextFieldResolver $fulltextFieldResolver,
private readonly ContentTypeHandler $contentTypeHandler,
private readonly ContentHandler $contentHandler,
private readonly LocationHandler $locationHandler,
private readonly Handler $searchHandler,
private readonly int $childrenLimit = 99,
) {}
Expand Down

0 comments on commit 14a56dd

Please sign in to comment.