diff --git a/ubo-common/src/main/resources/config/ubo-common/solr/main/solr-schema.json b/ubo-common/src/main/resources/config/ubo-common/solr/main/solr-schema.json index a7bd28a3e..c80a603f0 100644 --- a/ubo-common/src/main/resources/config/ubo-common/solr/main/solr-schema.json +++ b/ubo-common/src/main/resources/config/ubo-common/solr/main/solr-schema.json @@ -680,6 +680,15 @@ "stored": true } }, + { + "add-dynamic-field": { + "name": "*_nid_text", + "type": "string", + "multiValued": true, + "indexed": true, + "stored": true + } + }, { "add-dynamic-field": { "name": "id_*", diff --git a/ubo-common/src/main/resources/xsl/ubo-solr.xsl b/ubo-common/src/main/resources/xsl/ubo-solr.xsl index 907c52eca..1a97c1483 100644 --- a/ubo-common/src/main/resources/xsl/ubo-solr.xsl +++ b/ubo-common/src/main/resources/xsl/ubo-solr.xsl @@ -174,6 +174,10 @@ + + + +