Skip to content

Commit

Permalink
Merge pull request DSpace#93 from abollini/discovery-default
Browse files Browse the repository at this point in the history
Discovery default for JSPUI
  • Loading branch information
mdiggory committed Oct 8, 2012
2 parents 235e1a1 + d119e9e commit c430cb8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
42 changes: 21 additions & 21 deletions dspace/config/dspace.cfg
Expand Up @@ -876,8 +876,8 @@ webui.strengths.cache = false
# browseCreateDAO.class = org.dspace.browse.BrowseCreateDAOOracle # browseCreateDAO.class = org.dspace.browse.BrowseCreateDAOOracle
# #
# SOLR: # SOLR:
# browseDAO.class = org.dspace.browse.SolrBrowseDAO browseDAO.class = org.dspace.browse.SolrBrowseDAO
# browseCreateDAO.class = org.dspace.browse.SolrBrowseCreateDAO browseCreateDAO.class = org.dspace.browse.SolrBrowseCreateDAO






Expand Down Expand Up @@ -1092,34 +1092,34 @@ recent.submissions.count = 5


# tell the community and collection pages that we are using the Recent # tell the community and collection pages that we are using the Recent
# Submissions code # Submissions code
plugin.sequence.org.dspace.plugin.CommunityHomeProcessor = \ # plugin.sequence.org.dspace.plugin.CommunityHomeProcessor = \
org.dspace.app.webui.components.RecentCommunitySubmissions # org.dspace.app.webui.components.RecentCommunitySubmissions

#
plugin.sequence.org.dspace.plugin.CollectionHomeProcessor = \ # plugin.sequence.org.dspace.plugin.CollectionHomeProcessor = \
org.dspace.app.webui.components.RecentCollectionSubmissions # org.dspace.app.webui.components.RecentCollectionSubmissions


#### JSPUI Discovery (extra Discovery setting that apply only to the JSPUI) #### #### JSPUI Discovery (extra Discovery setting that apply only to the JSPUI) ####
# uncomment the following configuration if you want use Discovery with JSPUI # uncomment the following configuration if you want use Discovery with JSPUI
# plugin.single.org.dspace.app.webui.search.SearchRequestProcessor = \ plugin.single.org.dspace.app.webui.search.SearchRequestProcessor = \
# org.dspace.app.webui.discovery.DiscoverySearchRequestProcessor org.dspace.app.webui.discovery.DiscoverySearchRequestProcessor
# #
# default is to use the Legacy Lucene search engine # default is to use the Legacy Lucene search engine
plugin.single.org.dspace.app.webui.search.SearchRequestProcessor = \ # plugin.single.org.dspace.app.webui.search.SearchRequestProcessor = \
org.dspace.app.webui.search.LuceneSearchRequestProcessor # org.dspace.app.webui.search.LuceneSearchRequestProcessor


#### Sidebar Facets #### #### Sidebar Facets ####
# to show facets on the site home page, community, collection # to show facets on the site home page, community, collection
# uncomments the following lines # uncomments the following lines
#plugin.sequence.org.dspace.plugin.CommunityHomeProcessor = \ plugin.sequence.org.dspace.plugin.CommunityHomeProcessor = \
# org.dspace.app.webui.components.RecentCommunitySubmissions,\ org.dspace.app.webui.components.RecentCommunitySubmissions,\
# org.dspace.app.webui.discovery.SideBarFacetProcessor org.dspace.app.webui.discovery.SideBarFacetProcessor
#
#plugin.sequence.org.dspace.plugin.CollectionHomeProcessor = \ plugin.sequence.org.dspace.plugin.CollectionHomeProcessor = \
# org.dspace.app.webui.components.RecentCollectionSubmissions,\ org.dspace.app.webui.components.RecentCollectionSubmissions,\
# org.dspace.app.webui.discovery.SideBarFacetProcessor org.dspace.app.webui.discovery.SideBarFacetProcessor
#
#plugin.sequence.org.dspace.plugin.SiteHomeProcessor = \ plugin.sequence.org.dspace.plugin.SiteHomeProcessor = \
# org.dspace.app.webui.discovery.SideBarFacetProcessor org.dspace.app.webui.discovery.SideBarFacetProcessor


#### JSON JSPUI Request Handler #### #### JSON JSPUI Request Handler ####
# define here any json handler # define here any json handler
Expand Down
5 changes: 3 additions & 2 deletions dspace/config/modules/discovery.cfg
Expand Up @@ -13,8 +13,9 @@ search.server = ${solr.server}/search
#All metadata fields that will not end up in the index, this is a comma separated list #All metadata fields that will not end up in the index, this is a comma separated list
index.ignore=dc.description.provenance index.ignore=dc.description.provenance


# index.ignore-variants = false # index.authority.ignore = false
# index.ignore-authority = false # index.authority.ignore-variants = false
# index.authority.ignore-prefered = false
index.projection=dc.title,dc.contributor.*,dc.date.issued index.projection=dc.title,dc.contributor.*,dc.date.issued


# ONLY-FOR-JSPUI: # ONLY-FOR-JSPUI:
Expand Down

0 comments on commit c430cb8

Please sign in to comment.