Difference between revisions of "SUNScholar/Search Indexes"
Jump to navigation
Jump to search
m (→Requirements) |
m |
||
| (28 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
'''[[SUNScholar/Indexes|Back to Indexes]]''' | '''[[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>== | ==<font color="red">'''PLEASE NOTE:'''</font>== | ||
*https://jira.duraspace.org/browse/DS-2482 | *https://jira.duraspace.org/browse/DS-2482 | ||
| − | * | + | *https://jira.duraspace.org/browse/DS-2809 |
| − | |||
| − | |||
| − | |||
| − | To check configuration, run the following: | + | ==Check Config== |
| + | To check your configuration, run the following: | ||
$HOME/bin/dspace dsrun org.dspace.discovery.configuration.DiscoveryConfigurationService | $HOME/bin/dspace dsrun org.dspace.discovery.configuration.DiscoveryConfigurationService | ||
See below for an example output. | See below for an example output. | ||
<pre> | <pre> | ||
| − | + | 79 | |
default | default | ||
Facets: | Facets: | ||
| Line 52: | Line 39: | ||
Recent submissions configuration: | Recent submissions configuration: | ||
Metadata sort field: dc.date.accessioned | Metadata sort field: dc.date.accessioned | ||
| − | Max recent submissions: | + | 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== | ==References== | ||
| − | |||
| − | |||
*https://wiki.duraspace.org/display/DSDOC5x/Discovery | *https://wiki.duraspace.org/display/DSDOC5x/Discovery | ||
| − | *https://wiki.duraspace.org/display/ | + | *https://wiki.duraspace.org/display/DSDOC4x/Discovery |
| − | *https://wiki.duraspace.org/display/ | + | *https://wiki.duraspace.org/display/DSDOC3x/Discovery |
| − | |||
---- | ---- | ||
| − | *https:// | + | *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