From 1a3bdc4a8ec5e1ab84a80dbb5f38782a70384244 Mon Sep 17 00:00:00 2001 From: "Michael B. Klein" Date: Fri, 23 Feb 2024 20:34:30 +0000 Subject: [PATCH] Add pipeline spec to work index --- app/config/releases.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/config/releases.exs b/app/config/releases.exs index 1f7e8ff8b..3c30ca57b 100644 --- a/app/config/releases.exs +++ b/app/config/releases.exs @@ -71,7 +71,8 @@ config :meadow, Meadow.Search.Cluster, name: "dc-v2-work", settings: priv_path.("search/v2/settings/work.json"), version: 2, - schemas: [Meadow.Data.Schemas.Work] + schemas: [Meadow.Data.Schemas.Work], + pipeline: prefix("dc-v2-work-pipeline") }, %{ name: "dc-v2-file-set",