We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0c31f commit cedc245Copy full SHA for cedc245
code_samples/search/custom/config/aggregation_services.yaml
@@ -1,7 +1,7 @@
1
services:
2
app.search.solr.query.aggregation_visitor.priority_range_aggregation:
3
class: Ibexa\Solr\Query\Common\AggregationVisitor\RangeAggregationVisitor
4
- factory: [ '@Ibexa\Solr\Query\Common\AggregationVisitor\Factory\ContentFieldAggregationVisitorFactory', 'createRangeAggregationVisitor' ]
+ factory: [ '@Ibexa\Solr\Query\Common\AggregationVisitor\Factory\SearchFieldAggregationVisitorFactory', 'createRangeAggregationVisitor' ]
5
arguments:
6
$aggregationClass: 'App\Query\Aggregation\Solr\PriorityRangeAggregation'
7
$searchIndexFieldName: 'priority_i'
0 commit comments