Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
DSpace 3.0, DSpace 4.0rc1  backend
dspace indexorg.dspace.browse.IndexBrowse DB-backed browse
dspace index-init/index-update

org.dspace.browse.IndexBrowse/

org.dspace.browse.ItemCounter/

org.dspace.search.DSIndexer

DB-backed browse/

DB-backed itemcounter/

Lucene-backed search

 

dspace update-discovery-indexorg.dspace.discovery.IndexClient Solr-backed browse and search

Problem A

Background: Default indexing backend changed from Lucene to Solr in 4.0.
Problem A: How to let people know which indexing command to use?

...

Option 4: Introduce a separate command for the Lucene index, change the index, index-init/index-update commands to work with the currently set
backend.

Problem: No single option specifies which index is the default. Can there be a single option? See Problem C.

...