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 3 Next »

Files:

Instructions:

  1. Log on to the machine running DSpace.
  2. Change directory to dspace/bin.
  3. Run the re-indexing script
    • (Linux or Mac OSX)
      ./index-all
    • (Windows) run from command prompt
      ./dsrun org.dspace.browse.InitializeBrowse
      ./dsrun org.dspace.search.DSIndexer
  4. Stop and 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