File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Query/Common/EmbeddingVisitor
Resources/config/container Expand file tree Collapse file tree 3 files changed +4
-5
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 @@ -100,7 +100,7 @@ services:
100100 - ' @ibexa.solr.query.content.sort_clause_visitor.aggregate'
101101 - ' @ibexa.solr.query.content.facet_builder_visitor.aggregate'
102102 - ' @ibexa.solr.query.content.aggregation_visitor.dispatcher'
103- - ' @ibexa.solr.query.content.embedding_visitor.aggregate '
103+ - ' @Ibexa\Solr\Query\Common\EmbeddingVisitor\Aggregate '
104104
105105 ibexa.solr.query_converter.location :
106106 class : Ibexa\Solr\Query\Common\QueryConverter\NativeQueryConverter
@@ -109,7 +109,7 @@ services:
109109 - ' @ibexa.solr.query.location.sort_clause_visitor.aggregate'
110110 - ' @ibexa.solr.query.location.facet_builder_visitor.aggregate'
111111 - ' @ibexa.solr.query.location.aggregation_visitor.dispatcher'
112- - ' @ibexa.solr.query.content.embedding_visitor.aggregate '
112+ - ' @Ibexa\Solr\Query\Common\EmbeddingVisitor\Aggregate '
113113
114114 Ibexa\Solr\Gateway\UpdateSerializer :
115115 arguments :
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