File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Query/Common/EmbeddingVisitor
Resources/config/container/solr Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 10
10
use Ibexa \Contracts \Core \Repository \Values \Content \Query \Embedding ;
11
11
use Ibexa \Contracts \Solr \Query \EmbeddingVisitor ;
12
12
13
- class Aggregate extends EmbeddingVisitor
13
+ final class Aggregate extends EmbeddingVisitor
14
14
{
15
15
/**
16
16
* @var iterable<\Ibexa\Contracts\Solr\Query\EmbeddingVisitor>
Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ services:
28
28
arguments :
29
29
$client : ' @ibexa.solr.http_client'
30
30
31
- ibexa.solr.query.content.embedding_visitor.aggregate :
32
- class : Ibexa\Solr\Query\Common\EmbeddingVisitor\Aggregate
31
+ Ibexa\Solr\Query\Common\EmbeddingVisitor\Aggregate :
33
32
arguments :
34
33
$visitors : !tagged ibexa.search.solr.query.content.embedding.visitor
35
34
You can’t perform that action at this time.
0 commit comments