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 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 @@ -100,7 +100,7 @@ services:
100
100
- ' @ibexa.solr.query.content.sort_clause_visitor.aggregate'
101
101
- ' @ibexa.solr.query.content.facet_builder_visitor.aggregate'
102
102
- ' @ibexa.solr.query.content.aggregation_visitor.dispatcher'
103
- - ' @ibexa.solr.query.content.embedding_visitor.aggregate '
103
+ - ' @Ibexa\Solr\Query\Common\EmbeddingVisitor\Aggregate '
104
104
105
105
ibexa.solr.query_converter.location :
106
106
class : Ibexa\Solr\Query\Common\QueryConverter\NativeQueryConverter
@@ -109,7 +109,7 @@ services:
109
109
- ' @ibexa.solr.query.location.sort_clause_visitor.aggregate'
110
110
- ' @ibexa.solr.query.location.facet_builder_visitor.aggregate'
111
111
- ' @ibexa.solr.query.location.aggregation_visitor.dispatcher'
112
- - ' @ibexa.solr.query.content.embedding_visitor.aggregate '
112
+ - ' @Ibexa\Solr\Query\Common\EmbeddingVisitor\Aggregate '
113
113
114
114
Ibexa\Solr\Gateway\UpdateSerializer :
115
115
arguments :
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