Skip to content

Commit dc3e77a

Browse files
committed
Used FQCN as service id
1 parent b45c552 commit dc3e77a

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/lib/Query/Common/EmbeddingVisitor/Aggregate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Ibexa\Contracts\Core\Repository\Values\Content\Query\Embedding;
1111
use 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>

src/lib/Resources/config/container/solr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

src/lib/Resources/config/container/solr/services.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)