Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Warning

This page is outdated. You are probably looking for information of Discovery in your particular version of DSpace:

Discovery in DSpace 3.x

Discovery in DSpace 1.8.x

Discovery in DSpace 1.7.x

 

Table of Contents
minLevel2

Excerpt
 

DSpace Discovery is a Maintained Addon for DSpace XMLUI that replaces the default Search and Browse behavior with Apache Solr.

...

  • Discovery will be compiled/installed into DSpace 1.7.0 XMLUI but left disabled by default
  • The Appropriate Solr Search Core will be available and prepared to be started
  • All dependencies for turning on Discovery will be available without recompilation by doing the following steps:
  • Solr will be upgraded to the latest 1.4.1 release
  • Documentation will be included which outlines exactly how to turn on Discovery and run it

Introduction Video

http://www.youtube.com/v/abRSXTUEwws

Documentation

*Discovery Configuration in DSpace 1.7.0
*Discovery Install in pre 1.7.0 HowTo

...

Panel
borderColor#6699ff
bgColor#ffffff
titleBGColor#D5EFFF
anonymoustrue
borderStylesolid
titleIssues for DiscoveryborderStylesolid

http://jira.duraspace.org/browse/DSCR

Jira Issues
renderModestatic
columnskey;summary;assignee;reporter;status
anonymoustrue
urlhttps://jira.duraspace.org/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+DSCR+AND+resolution+%3D+Unresolved+ORDER+BY+priority+DESC&tempMax=1000

...

  • class: org.dspace.discovery.configuration.DiscoveryConfiguration
  • scope:prototype

    Code Block
    langxml
    <bean id="{identifier}" class="org.dspace.discovery.configuration.DiscoveryConfiguration" scope="prototype">
    </bean>

    Configuring sidebar facets

Add a new element named property and the attribute name="sidebarFacets" and add a subelement list. This property is mandatory by the discovery configuration.

...