We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be46c6 commit faace91Copy full SHA for faace91
conf/solr/schema.xml
@@ -427,6 +427,7 @@
427
<copyField source="dvAlias" dest="_text_" maxChars="3000"/>
428
<copyField source="dvAffiliation" dest="_text_" maxChars="3000"/>
429
<copyField source="dsPersistentId" dest="_text_" maxChars="3000"/>
430
+ <copyField source="datasetType" dest="_text_" maxChars="3000"/>
431
<!-- copyField commands copy one field to another at the time a document
432
is added to the index. It's used either to index the same field differently,
433
or to add multiple fields to the same field for easier/faster searching. -->
0 commit comments