From b1a32064969ad3eb70db4189fc1a7e46330c61d1 Mon Sep 17 00:00:00 2001 From: "David P. Steelman" Date: Fri, 7 Jun 2024 08:06:12 -0400 Subject: [PATCH] LIBFCREPO-1341. Add "terms_of_use" field to Solr Added the "terms_of_use" field to the Solr schema: * Name: `terms_of_use_text` * type: `text_general` * indexed: `true` * stored: `true` * multiValue: `false` https://umd-dit.atlassian.net/browse/LIBFCREPO-1341 --- fedora4/core/conf/schema.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora4/core/conf/schema.xml b/fedora4/core/conf/schema.xml index 659c7a7..a5193e8 100644 --- a/fedora4/core/conf/schema.xml +++ b/fedora4/core/conf/schema.xml @@ -38,6 +38,7 @@ +