Skip to content

Commit

Permalink
add copyField for datasetType #10517
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Aug 22, 2024
1 parent 6be46c6 commit faace91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/solr/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@
<copyField source="dvAlias" dest="_text_" maxChars="3000"/>
<copyField source="dvAffiliation" dest="_text_" maxChars="3000"/>
<copyField source="dsPersistentId" dest="_text_" maxChars="3000"/>
<copyField source="datasetType" dest="_text_" maxChars="3000"/>
<!-- copyField commands copy one field to another at the time a document
is added to the index. It's used either to index the same field differently,
or to add multiple fields to the same field for easier/faster searching. -->
Expand Down

0 comments on commit faace91

Please sign in to comment.