Difference between revisions of "SUNScholar/Search Indexes"
Jump to navigation
Jump to search
m |
m |
||
| Line 16: | Line 16: | ||
==[[SUNScholar/Discovery/1.8.X|For DSpace 1.8.X]]== | ==[[SUNScholar/Discovery/1.8.X|For DSpace 1.8.X]]== | ||
| + | |||
| + | ==Tips== | ||
| + | *http://dspace.2283337.n4.nabble.com/Recent-submissions-Discovery-duplicated-entries-td4660235.html | ||
| + | To check configuration, run the following: | ||
| + | $HOME/bin/dspace dsrun org.dspace.discovery.configuration.DiscoveryConfigurationService | ||
| + | See below for an example output. | ||
| + | <pre> | ||
| + | 50 | ||
| + | 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: 20 | ||
| + | </pre> | ||
Revision as of 09:40, 26 January 2015
Back to Indexes
Introduction
Since DSpace version 1.8.X. and greater, the search indexes are delivered via the "Discovery" facility using the SOLR service.
The Discovery Module enables faceted searching & browsing for your repository.
DSpace Discovery offers very powerful browse and search configurations that were only possible with code customization in the past.
With DSpace versions =>4.X Discovery is now the default.
For DSpace 4.X
For DSpace 3.X
For DSpace 1.8.X
Tips
To check configuration, run the following:
$HOME/bin/dspace dsrun org.dspace.discovery.configuration.DiscoveryConfigurationService
See below for an example output.
50 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: 20