-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathservices.yml
More file actions
78 lines (65 loc) · 5.06 KB
/
services.yml
File metadata and controls
78 lines (65 loc) · 5.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
parameters:
ezpublish.search.solr.gateway.client.http.stream.class: EzSystems\EzPlatformSolrSearchEngine\Gateway\HttpClient\Stream
ezpublish.search.solr.query.common.criterion_visitor.aggregate.class: EzSystems\EzPlatformSolrSearchEngine\Query\Common\CriterionVisitor\Aggregate
ezpublish.search.solr.query.common.sort_clause_visitor.aggregate.class: EzSystems\EzPlatformSolrSearchEngine\Query\Common\SortClauseVisitor\Aggregate
ezpublish.search.solr.query.common.facet_builder_visitor.aggregate.class: EzSystems\EzPlatformSolrSearchEngine\Query\Common\FacetBuilderVisitor\Aggregate
ezpublish.search.solr.field_mapper.block.class: EzSystems\EzPlatformSolrSearchEngine\FieldMapper\ContentFieldMapper\Aggregate
ezpublish.search.solr.field_mapper.block_translation.class: EzSystems\EzPlatformSolrSearchEngine\FieldMapper\ContentTranslationFieldMapper\Aggregate
ezpublish.search.solr.field_mapper.content.class: EzSystems\EzPlatformSolrSearchEngine\FieldMapper\ContentFieldMapper\Aggregate
ezpublish.search.solr.field_mapper.content_translation.class: EzSystems\EzPlatformSolrSearchEngine\FieldMapper\ContentTranslationFieldMapper\Aggregate
ezpublish.search.solr.field_mapper.location.class: EzSystems\EzPlatformSolrSearchEngine\FieldMapper\LocationFieldMapper\Aggregate
ezpublish.search.solr.field_mapper.boost_factor_provider.class: EzSystems\EzPlatformSolrSearchEngine\FieldMapper\BoostFactorProvider
ezpublish.search.solr.field_mapper.boost_factor_provider.map: []
ez_search_engine_solr.invalid_characters_pattern: "#\\x1b[[][^A-Za-z]*[A-Za-z]#"
services:
ezpublish.search.solr.gateway.client.http.stream:
class: "%ezpublish.search.solr.gateway.client.http.stream.class%"
arguments: ["@?logger"]
# Note: services tagged with 'ezpublish.search.solr.query.content.criterion_visitor'
# are registered to this one using compilation pass
ezpublish.search.solr.query.content.criterion_visitor.aggregate:
class: "%ezpublish.search.solr.query.common.criterion_visitor.aggregate.class%"
# Note: services tagged with 'ezpublish.search.solr.query.content.sort_clause_visitor'
# are registered to this one using compilation pass
ezpublish.search.solr.query.content.sort_clause_visitor.aggregate:
class: "%ezpublish.search.solr.query.common.sort_clause_visitor.aggregate.class%"
# Note: services tagged with 'ezpublish.search.solr.query.content.facet_builder_visitor'
# are registered to this one using compilation pass
ezpublish.search.solr.query.content.facet_builder_visitor.aggregate:
class: "%ezpublish.search.solr.query.common.facet_builder_visitor.aggregate.class%"
# Note: services tagged with 'ezpublish.search.solr.query.location.criterion_visitor'
# are registered to this one using compilation pass
ezpublish.search.solr.query.location.criterion_visitor.aggregate:
class: "%ezpublish.search.solr.query.common.criterion_visitor.aggregate.class%"
# Note: services tagged with 'ezpublish.search.solr.query.location.sort_clause_visitor'
# are registered to this one using compilation pass
ezpublish.search.solr.query.location.sort_clause_visitor.aggregate:
class: "%ezpublish.search.solr.query.common.sort_clause_visitor.aggregate.class%"
# Note: services tagged with 'ezpublish.search.solr.query.location.facet_builder_visitor'
# are registered to this one using compilation pass
ezpublish.search.solr.query.location.facet_builder_visitor.aggregate:
class: "%ezpublish.search.solr.query.common.facet_builder_visitor.aggregate.class%"
# Note: services tagged with 'ezpublish.search.solr.field_mapper.block'
# are registered to this one using compilation pass
ezpublish.search.solr.field_mapper.block:
class: "%ezpublish.search.solr.field_mapper.block.class%"
# Note: services tagged with 'ezpublish.search.solr.field_mapper.block_translation'
# are registered to this one using compilation pass
ezpublish.search.solr.field_mapper.block_translation:
class: "%ezpublish.search.solr.field_mapper.block_translation.class%"
# Note: services tagged with 'ezpublish.search.solr.field_mapper.content'
# are registered to this one using compilation pass
ezpublish.search.solr.field_mapper.content:
class: "%ezpublish.search.solr.field_mapper.content.class%"
# Note: services tagged with 'ezpublish.search.solr.field_mapper.content_translation'
# are registered to this one using compilation pass
ezpublish.search.solr.field_mapper.content_translation:
class: "%ezpublish.search.solr.field_mapper.content_translation.class%"
# Note: services tagged with 'ezpublish.search.solr.field_mapper.location'
# are registered to this one using compilation pass
ezpublish.search.solr.field_mapper.location:
class: "%ezpublish.search.solr.field_mapper.location.class%"
ezpublish.search.solr.field_mapper.boost_factor_provider:
class: "%ezpublish.search.solr.field_mapper.boost_factor_provider.class%"
arguments:
- "%ezpublish.search.solr.field_mapper.boost_factor_provider.map%"