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 1010use Ibexa \Contracts \Core \Repository \Values \Content \Query \Embedding ;
1111use Ibexa \Contracts \Solr \Query \EmbeddingVisitor ;
1212
13- class Aggregate extends EmbeddingVisitor
13+ final class Aggregate extends EmbeddingVisitor
1414{
1515 /**
1616 * @var iterable<\Ibexa\Contracts\Solr\Query\EmbeddingVisitor>
Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ services:
2828 arguments :
2929 $client : ' @ibexa.solr.http_client'
3030
31- ibexa.solr.query.content.embedding_visitor.aggregate :
32- class : Ibexa\Solr\Query\Common\EmbeddingVisitor\Aggregate
31+ Ibexa\Solr\Query\Common\EmbeddingVisitor\Aggregate :
3332 arguments :
3433 $visitors : !tagged ibexa.search.solr.query.content.embedding.visitor
3534
You can’t perform that action at this time.
0 commit comments