mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +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
3e3d55b387
commit
c94a8261d3
@@ -326,7 +326,7 @@
|
|||||||
<dynamicField name="*_mlt" type="text" indexed="true" stored="true" multiValued="true" omitNorms="true" termVectors="true" termPositions="true" termOffsets="true"/>
|
<dynamicField name="*_mlt" type="text" indexed="true" stored="true" multiValued="true" omitNorms="true" termVectors="true" termPositions="true" termOffsets="true"/>
|
||||||
|
|
||||||
<!--Date matching-->
|
<!--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"/>
|
<dynamicField name="*_dt" type="date" indexed="true" stored="true" multiValued="false" omitNorms="true" docValues="true"/>
|
||||||
|
|
||||||
<!--Used for matching on all other fields -->
|
<!--Used for matching on all other fields -->
|
||||||
|
Reference in New Issue
Block a user