SUNScholar/Search Indexes

From Libopedia
Revision as of 16:44, 21 September 2015 by Hgibson (talk | contribs) (→‎Check Config)
Jump to navigation Jump to search
Back to Indexes

PLEASE NOTE:

Introduction

Since DSpace version =>1.8.X, a new "Discovery" search facility using the SOLR DB service was introduced.

With DSpace versions =>4.X "Discovery" is now enabled by default.

"Discovery" offers new browse and search options that were only possible with code customisations in the past.

For DSpace 5.X

For DSpace 4.X

For DSpace 3.X

Check Config

Also see: https://github.com/DSpace/DSpace/blob/master/dspace/config/dspace.cfg#L1366-L1387 to enable/disable discovery features.

To check your configuration, run the following:

$HOME/bin/dspace dsrun org.dspace.discovery.configuration.DiscoveryConfigurationService

See below for an example output.

79
default
Facets:
	advisor
		dc.contributor.advisor
	author
		dc.contributor.author
		dc.creator
	subject
		dc.subject.*
	dateIssued
		dc.date.issued
Search filters
		dc.title
		dc.contributor.advisor
		dc.contributor.author
		dc.creator
		dc.subject.*
		dc.date.issued
		dc.type
		dc.description.provenance
Recent submissions configuration:
	Metadata sort field: dc.date.accessioned
	Max recent submissions: 30
site
Facets:
	advisor
		dc.contributor.advisor
	author
		dc.contributor.author
		dc.creator
	subject
		dc.subject.*
	dateIssued
		dc.date.issued
Search filters
		dc.title
		dc.contributor.advisor
		dc.contributor.author
		dc.creator
		dc.subject.*
		dc.date.issued
		dc.type
		dc.description.provenance
Recent submissions configuration:
	Metadata sort field: dc.date.accessioned
	Max recent submissions: 30

References