From 7ba334b96b4171f5ec5b8375900ff4556622f734 Mon Sep 17 00:00:00 2001 From: Kyle Huynh <7862086+kylehuynh205@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:39:04 -0400 Subject: [PATCH] Create context.context.index_taxonomy_terms_blazegraph.yml --- ...context.index_taxonomy_terms_blazegraph.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config/install/context.context.index_taxonomy_terms_blazegraph.yml diff --git a/config/install/context.context.index_taxonomy_terms_blazegraph.yml b/config/install/context.context.index_taxonomy_terms_blazegraph.yml new file mode 100644 index 0000000..2e29f1c --- /dev/null +++ b/config/install/context.context.index_taxonomy_terms_blazegraph.yml @@ -0,0 +1,18 @@ +langcode: en +status: true +dependencies: + module: + - triplestore_indexer +label: 'Taxonomy Terms' +name: index_taxonomy_terms_blazegraph +group: Indexing +description: 'Index taxonomy terms to Blazegraph.' +requireAllConditions: false +disabled: false +conditions: { } +reactions: + triplestore_index_reaction: + id: triplestore_index_reaction + actions: index_taxonomy_term_to_triplestore_advancedqueue + saved: false +weight: 0