Skip to content

Commit faace91

Browse files
committed
add copyField for datasetType #10517
1 parent 6be46c6 commit faace91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf/solr/schema.xml

+1
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@
427427
<copyField source="dvAlias" dest="_text_" maxChars="3000"/>
428428
<copyField source="dvAffiliation" dest="_text_" maxChars="3000"/>
429429
<copyField source="dsPersistentId" dest="_text_" maxChars="3000"/>
430+
<copyField source="datasetType" dest="_text_" maxChars="3000"/>
430431
<!-- copyField commands copy one field to another at the time a document
431432
is added to the index. It's used either to index the same field differently,
432433
or to add multiple fields to the same field for easier/faster searching. -->

0 commit comments

Comments
 (0)