Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
Another example would be the standard search operation \[DSDOCDEV:*wetland + "dc.author=Mitsch, William J" + dc.subject="water quality"* \]. With filtered search, a user can start by searching for \[DSDOCDEV:*wetland* \], and then filter the results by the other attributes, author and subject.

...

Because this file is in XML format, you should be familiar with XML before editing this file. The configurations are organized together in beans, depending on the purpose these properties are used for.
This purpose can be derived from the class of the beans. Here's a short summaries of classes you will encounter throughout the file and what the corresponding properties in the bean are used for.

DSDOCDEV:Download the configuration file and review it together with the following parameters

...

In addition to the summarized descriptions of the default values, following details help you to better understand these defaults. If you haven't yet, DSDOCDEV:download the configuration file and review it together with the following parameters.
The file contains one default configuration that defines following sidebar facets, search filters, sort fields and recent submissions display:

...

  • metadataSortField (mandatory): The metadata field to sort on to retrieve the recent submissions
  • max (mandatory): The maximum number of results to be displayed as recent submissions
  • type (optional): the type of the search filter it can either be date or text, if none is defined text will be used.

Routine Discovery SOLR Index Maintenance

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="7165e59d-67f3-4476-9244-1c8adb9868c9"><ac:plain-text-body><![CDATA[

Command used:

[DSDOCDEV:dspace]/bin/dspace update-discovery-index -o

]]></ac:plain-text-body></ac:structured-macro>

Java class:

org.dspace.discovery.SolrServiceImpl (or any other custom class that inherits from org.dspace.discovery.IndexingService)

Arguments (short and long forms):

Description

-o

Run maintenance on the Discovery SOLR index. Recommended to run daily, to prevent your servlet container from running out of memory

Notes:

The usage of this this option is strongly recommended, you should run this script daily (from crontab or your system's scheduler), to prevent your servlet container from running out of memory.

Advanced SOLR Configuration

...