mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
Merge pull request #8626 from 4Science/CST-7604
Configuration updated to highlight Orgunit and Person
This commit is contained in:
@@ -247,6 +247,18 @@
|
|||||||
<property name="field" value="dc.title"/>
|
<property name="field" value="dc.title"/>
|
||||||
<property name="snippets" value="5"/>
|
<property name="snippets" value="5"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
<bean class="org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration">
|
||||||
|
<property name="field" value="organization.legalName"/>
|
||||||
|
<property name="snippets" value="5"/>
|
||||||
|
</bean>
|
||||||
|
<bean class="org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration">
|
||||||
|
<property name="field" value="person.givenName"/>
|
||||||
|
<property name="snippets" value="5"/>
|
||||||
|
</bean>
|
||||||
|
<bean class="org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration">
|
||||||
|
<property name="field" value="person.familyName"/>
|
||||||
|
<property name="snippets" value="5"/>
|
||||||
|
</bean>
|
||||||
<!-- By default, full text snippets are disabled, as snippets of embargoed/restricted bitstreams
|
<!-- By default, full text snippets are disabled, as snippets of embargoed/restricted bitstreams
|
||||||
may appear in search results when the Item is public. See DS-3498
|
may appear in search results when the Item is public. See DS-3498
|
||||||
<bean class="org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration">
|
<bean class="org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration">
|
||||||
|
Reference in New Issue
Block a user