mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Fix (#9694): Change Solr dynamic field *.year to *_year
(cherry picked from commit 9fc163fbda
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
190b908a8a
commit
0246588ab5
@@ -324,7 +324,7 @@
|
||||
<dynamicField name="*_mlt" type="text" indexed="true" stored="true" multiValued="true" omitNorms="true" termVectors="true" termPositions="true" termOffsets="true"/>
|
||||
|
||||
<!--Date matching-->
|
||||
<dynamicField name="*.year" type="sint" indexed="true" stored="true" multiValued="true" omitNorms="true" />
|
||||
<dynamicField name="*_year" type="sint" indexed="true" stored="true" multiValued="true" omitNorms="true" />
|
||||
<dynamicField name="*_dt" type="date" indexed="true" stored="true" multiValued="false" omitNorms="true" docValues="true"/>
|
||||
|
||||
<!--Used for matching on all other fields -->
|
||||
|
Reference in New Issue
Block a user