Difference between revisions of "SUNScholar/Search Indexes"
Jump to navigation
Jump to search
m |
|||
| (126 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<center> | <center> | ||
| − | + | '''[[SUNScholar/Indexes|Back to Indexes]]''' | |
| − | ''' | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
</center> | </center> | ||
| − | == | + | ==Instructions== |
| − | + | ===[[SUNScholar/Discovery/5.X|For DSpace 5.X]]=== | |
| + | ===[[SUNScholar/Discovery/4.X|For DSpace 4.X]]=== | ||
| − | |||
| − | |||
| − | |||
| − | == | + | ==<font color="red">'''PLEASE NOTE:'''</font>== |
| − | + | *https://jira.duraspace.org/browse/DS-2482 | |
| − | + | *https://jira.duraspace.org/browse/DS-2809 | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | == | + | ==Check Config== |
| − | + | To check your configuration, run the following: | |
| − | + | $HOME/bin/dspace dsrun org.dspace.discovery.configuration.DiscoveryConfigurationService | |
| − | + | See below for an example output. | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
<pre> | <pre> | ||
| − | + | 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 | |
| − | |||
| − | |||
</pre> | </pre> | ||
| − | + | ==References== | |
| − | + | *https://wiki.duraspace.org/display/DSDOC5x/Discovery | |
| − | + | *https://wiki.duraspace.org/display/DSDOC4x/Discovery | |
| − | + | *https://wiki.duraspace.org/display/DSDOC3x/Discovery | |
| − | + | ---- | |
| − | + | *https://github.com/DSpace/DSpace/blob/master/dspace/config/spring/api/discovery.xml | |
| + | [[Category:Customisation]] | ||
Latest revision as of 19:27, 28 December 2016
Back to Indexes
Contents
Instructions
For DSpace 5.X
For DSpace 4.X
PLEASE NOTE:
Check Config
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
- https://wiki.duraspace.org/display/DSDOC5x/Discovery
- https://wiki.duraspace.org/display/DSDOC4x/Discovery
- https://wiki.duraspace.org/display/DSDOC3x/Discovery