Skip to content

Commit 6ac823d

Browse files
authored
Merge pull request DSpace#11358 from DSpace/backport-11330-to-dspace-7_x
[Port dspace-7_x] Fix (DSpace#9694): Change Solr dynamic field *.year to *_year
2 parents 190b908 + 0246588 commit 6ac823d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dspace/solr/search/conf/schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
<dynamicField name="*_mlt" type="text" indexed="true" stored="true" multiValued="true" omitNorms="true" termVectors="true" termPositions="true" termOffsets="true"/>
325325

326326
<!--Date matching-->
327-
<dynamicField name="*.year" type="sint" indexed="true" stored="true" multiValued="true" omitNorms="true" />
327+
<dynamicField name="*_year" type="sint" indexed="true" stored="true" multiValued="true" omitNorms="true" />
328328
<dynamicField name="*_dt" type="date" indexed="true" stored="true" multiValued="false" omitNorms="true" docValues="true"/>
329329

330330
<!--Used for matching on all other fields -->

0 commit comments

Comments
 (0)