Contribute to the DSpace Development Fund

The newly established DSpace Development Fund supports the development of new features prioritized by DSpace Governance. For a list of planned features see the fund wiki page.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

These instructions are only valid for DSpace 1.6 and above.

Files:

  • [dspace]/bin/dspace

Instructions:

  1. Log on to the machine running DSpace.
  2. Change directory to [dspace]/bin/
  3. If you just want to do a quick update of the index (just updates your existing index, without first wiping it clean), do the following:
    • (Linux, Mac OSX, or Windows) dspace index-update
  4. If you want to run a full re-index (which actually removes your existing index and rebuilds it from scratch), do the following:
    • Stop Tomcat (See Quick Restart in Rebuild DSpace).
    • (Linux, Mac OSX, or Windows) dspace index-init
    • Restart Tomcat (See Quick Restart in Rebuild DSpace).

Notes:

  • This process re-creates DSpace's search and browse indices. Run it after anything you do to the install that could change the content of these indices (e.g. manually changing metadata, withdrawing items). In addition, run it if you decide to change your searchable metadata fields (see Modify search fields ).
  • You may wish to have a scheduled process (e.g.cron) to re-index DSpace daily. Lots of little changes that add up over time without a re-indexing can cause DSpace's search function to become erratic.
  • No labels