Versions Compared

Key

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

...

To create (or recreate) all the various browse/search indexes that you define in the Configuration Section there are a variety of options available to you. You can see these options below in the command table.

...

DSpace provides robust browse indexing. It is possible to expand upon the default indexes delivered at the time of the installation. The System Administrator should review Browse Index Configuration to become familiar with the property keys and the definitions used therein before attempting heavy customizations.

...

Examples of new browse indexes that are possible. (The system administrator is reminded to read the section on Browse Index Configuration )

  • Add a Series Browse. You want to add a new browse using a previously unused metadata element.
    • webui.browse.index.6 = series:metadata:dc.relation.ispartofseries:text:single
    • Note: the index # need to be adjusted to your browse stanza in the _dspace.cfg_ file. Also, you will need to update your Messages.properties file.
  • Combine more than one metadata field into a browse.You may have other title fields used in your repository. You may only want one or two of them added, not all title fields. And/or you may want your series to file in there.
    • webui.browse.index.3 = title:metadata:dc.title,dc:title.uniform,dc:relation.ispartofseries:title:full
  • Separate subject browse.You may want to have a separate subject browse limited to only one type of subject.
    • webui.browse.index.7 = lcsubject.metdata:dc.subject.lcsh.text:single

...

For information about configuring new Search Indexes, please refer to Configuring Lucene Search Indexes.