Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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. DSpace Discovery is an Maintained Addon for DSpace XMLUI that replaces the default Search and Browse behavior with Apache Solr.

Proposal For Inclusion into DSpace 1.7.0

...

Code Block
./bin/dspace update-discovery-index \-f

The general discovery settings (discovery.cfg)

The discovery.cfg file is located in the dspace.dir/config/modules directory, it contains the following properties:  

Property:

 

 

search.server  

 

Example Value:  

http://localhost:8080/solr/search 

Informational Note:  

Discovery relies on a SOLR index. This parameter determines the location of the SOLR index.  

Property:  

search.default.sort.order  

Example Value:  

search.default.sort.order=DESC

 

Informational Note:  

The default sort order when searching in discovery, it can either be DESC or ASC.  

Property:  

index.ignore

 

Example Value:  

dc.description.provenance,dc.language

 

Informational Note:  

A comma separated list containing the metadata fields which are not to be indexed.

...