Archived / Obsolete Documentation

Documentation in this space is no longer accurate.
Looking for official DSpace documentation? See all documentation

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