From eb20f11c18e7b15b477c20baf307a9551255fbc6 Mon Sep 17 00:00:00 2001 From: Claudio Atzori Date: Tue, 29 Oct 2024 15:07:21 +0100 Subject: [PATCH] updated schema definition: added copy fields, marked fields used for faceting as docValues=true and indexed=false --- .../scripts/resources/conf/managed-schema.xml | 120 +++++++++++------- 1 file changed, 75 insertions(+), 45 deletions(-) diff --git a/solr-importer/resources/scripts/resources/conf/managed-schema.xml b/solr-importer/resources/scripts/resources/conf/managed-schema.xml index 77075d4..1c253d3 100644 --- a/solr-importer/resources/scripts/resources/conf/managed-schema.xml +++ b/solr-importer/resources/scripts/resources/conf/managed-schema.xml @@ -481,62 +481,62 @@ - + - - - + + + - - + + - + - + - - + + - - - + + + - + - - - + + + - - + + - - + + - - - + + + - - - - - + + + + + @@ -545,7 +545,7 @@ - + @@ -557,7 +557,7 @@ - + @@ -567,25 +567,25 @@ - + - - + + - - - - - - + + + + + + - + @@ -594,22 +594,22 @@ - + - + - + - + @@ -684,4 +684,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file