-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathfield_mappers.yml
More file actions
76 lines (68 loc) · 5.1 KB
/
field_mappers.yml
File metadata and controls
76 lines (68 loc) · 5.1 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
parameters:
ezpublish.search.solr.field_mapper.block.block_documents_base_content_fields.class: EzSystems\EzPlatformSolrSearchEngine\FieldMapper\ContentFieldMapper\BlockDocumentsBaseContentFields
ezpublish.search.solr.field_mapper.block_translation.block_documents_content_fields.class: EzSystems\EzPlatformSolrSearchEngine\FieldMapper\ContentTranslationFieldMapper\BlockDocumentsContentFields
ezpublish.search.solr.field_mapper.block_translation.block_documents_meta_fields.class: EzSystems\EzPlatformSolrSearchEngine\FieldMapper\ContentTranslationFieldMapper\BlockDocumentsMetaFields
ezpublish.search.solr.field_mapper.content.content_document_base_fields.class: EzSystems\EzPlatformSolrSearchEngine\FieldMapper\ContentFieldMapper\ContentDocumentBaseFields
ezpublish.search.solr.field_mapper.content.content_document_location_fields.class: EzSystems\EzPlatformSolrSearchEngine\FieldMapper\ContentFieldMapper\ContentDocumentLocationFields
ezpublish.search.solr.field_mapper.content_translation.content_document_fulltext_fields.class: EzSystems\EzPlatformSolrSearchEngine\FieldMapper\ContentTranslationFieldMapper\ContentDocumentFulltextFields
ezpublish.search.solr.field_mapper.content_translation.content_document_translated_content_name_field.class: EzSystems\EzPlatformSolrSearchEngine\FieldMapper\ContentTranslationFieldMapper\ContentDocumentTranslatedContentNameField
ezpublish.search.solr.field_mapper.location.location_document_base_fields.class: EzSystems\EzPlatformSolrSearchEngine\FieldMapper\LocationFieldMapper\LocationDocumentBaseFields
services:
ezpublish.search.solr.field_mapper.block.block_documents_base_content_fields:
class: '%ezpublish.search.solr.field_mapper.block.block_documents_base_content_fields.class%'
arguments:
- '@ezpublish.spi.persistence.location_handler'
- '@ezpublish.spi.persistence.content_type_handler'
- '@ezpublish.spi.persistence.object_state_handler'
- '@ezpublish.spi.persistence.section_handler'
- '%ez_search_engine_solr.invalid_characters_pattern%'
tags:
- {name: ezpublish.search.solr.field_mapper.block}
ezpublish.search.solr.field_mapper.block_translation.block_documents_content_fields:
class: '%ezpublish.search.solr.field_mapper.block_translation.block_documents_content_fields.class%'
arguments:
- '@ezpublish.spi.persistence.content_type_handler'
- '@ezpublish.search.common.field_registry'
- '@ezpublish.search.common.field_name_generator'
- '@ezpublish.search.solr.field_mapper.boost_factor_provider'
- '%ez_search_engine_solr.invalid_characters_pattern%'
tags:
- {name: ezpublish.search.solr.field_mapper.block_translation}
ezpublish.search.solr.field_mapper.block_translation.block_documents_meta_fields:
class: '%ezpublish.search.solr.field_mapper.block_translation.block_documents_meta_fields.class%'
tags:
- {name: ezpublish.search.solr.field_mapper.block_translation}
ezpublish.search.solr.field_mapper.content.content_document_base_fields:
class: '%ezpublish.search.solr.field_mapper.content.content_document_base_fields.class%'
tags:
- {name: ezpublish.search.solr.field_mapper.content}
ezpublish.search.solr.field_mapper.content.content_document_location_fields:
class: '%ezpublish.search.solr.field_mapper.content.content_document_location_fields.class%'
arguments:
- '@ezpublish.spi.persistence.location_handler'
tags:
- {name: ezpublish.search.solr.field_mapper.content}
ezpublish.search.solr.field_mapper.content_translation.content_document_fulltext_fields:
class: '%ezpublish.search.solr.field_mapper.content_translation.content_document_fulltext_fields.class%'
arguments:
- '@ezpublish.spi.persistence.content_type_handler'
- '@ezpublish.search.common.field_registry'
- '@ezpublish.search.common.field_name_generator'
- '@ezpublish.search.solr.field_mapper.boost_factor_provider'
- '%ez_search_engine_solr.invalid_characters_pattern%'
tags:
- {name: ezpublish.search.solr.field_mapper.content_translation}
ezpublish.search.solr.field_mapper.content_translation.content_document_translated_content_name_field:
class: '%ezpublish.search.solr.field_mapper.content_translation.content_document_translated_content_name_field.class%'
arguments:
- '@ezpublish.spi.persistence.content_type_handler'
- '@ezpublish.search.solr.field_mapper.boost_factor_provider'
- '%ez_search_engine_solr.invalid_characters_pattern%'
tags:
- {name: ezpublish.search.solr.field_mapper.content_translation}
ezpublish.search.solr.field_mapper.location.location_document_base_fields:
class: '%ezpublish.search.solr.field_mapper.location.location_document_base_fields.class%'
arguments:
- '@ezpublish.spi.persistence.content_handler'
tags:
- {name: ezpublish.search.solr.field_mapper.location}