mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00

Added configuration for community/collection/item metadata, by default the license field will not be indexed for communities and collections.
21 lines
918 B
INI
21 lines
918 B
INI
#---------------------------------------------------------------#
|
|
#-----------------DISCOVERY CONFIGURATIONS----------------------#
|
|
#---------------------------------------------------------------#
|
|
# Configuration properties used solely by the Discovery #
|
|
# faceted-search system. #
|
|
#---------------------------------------------------------------#
|
|
##### Search Indexing #####
|
|
search.server = http://localhost:8080/solr/search
|
|
|
|
#Char used to ensure that the sidebar facets are case insensitive
|
|
#solr.facets.split.char=\n|||\n
|
|
|
|
# index.ignore-variants = false
|
|
# index.ignore-authority = false
|
|
index.projection=dc.title,dc.contributor.*,dc.date.issued
|
|
|
|
# ONLY-FOR-JSPUI:
|
|
# 1) you need to set the DiscoverySearchRequestProcessor in the dspace.cfg
|
|
# 2) to show facet on Site/Community/etc. you need to add a Site/Community/Collection
|
|
# Processors plugin in the dspace.cfg
|