Skip to content

Commit

Permalink
Add pipeline spec to work index
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed Feb 23, 2024
1 parent fea9708 commit 1a3bdc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/config/releases.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1a3bdc4

Please sign in to comment.