forked from mkalkbrenner/search_api_solr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
search_api_solr.links.action.yml
51 lines (45 loc) · 1.6 KB
/
search_api_solr.links.action.yml
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
#entity.solr_field_type.add_form:
# route_name: 'entity.solr_field_type.add_form'
# title: 'Add SolrFieldType'
# appears_on:
# - entity.solr_field_type.collection
solr_configset.schema_extra_types:
route_name: 'solr_configset.schema_extra_types'
title: 'Get schema_extra_types.xml'
appears_on:
- entity.solr_field_type.collection
solr_configset.schema_extra_fields:
route_name: 'solr_configset.schema_extra_fields'
title: 'Get schema_extra_fields.xml'
appears_on:
- entity.solr_field_type.collection
solr_configset.solrconfig_extra:
route_name: 'solr_configset.solrconfig_extra'
title: 'Get solrconfig_extra.xml'
appears_on:
- entity.solr_field_type.collection
- entity.solr_request_handler.collection
solr_configset.solrconfig_query:
route_name: 'solr_configset.solrconfig_query'
title: 'Get solrconfig_query.xml'
appears_on:
- entity.solr_cache.collection
solr_configset.solrconfig_requestdispatcher:
route_name: 'solr_configset.solrconfig_requestdispatcher'
title: 'Get solrconfig_requestdispatcher.xml'
appears_on:
- entity.solr_request_dispatcher.collection
solr_configset.config_zip:
route_name: 'solr_configset.config_zip'
title: 'Get config.zip'
appears_on:
- entity.solr_field_type.collection
- entity.solr_cache.collection
- entity.solr_request_handler.collection
- entity.solr_request_dispatcher.collection
- entity.search_api_server.canonical
solr_configset.current_config_zip:
route_name: 'solr_configset.current_config_zip'
title: 'Get current config.zip from Solr server'
appears_on:
- search_api_solr.solr_config_files