Hi, On 26/10/12 21:38, helix84 wrote: > OK, I got the answer from Kevin Van de Velde. > > BrowseArtifacts: uses DB (in 3.0, it can optionally use Solr, but it's > DB by default) > SearchArtifacts: uses Lucene > Discovery: uses Solr > > When enabling Discovery, you're disabling SearchArtifacts. So you > don't need to run index-init/index-update at all.
But enabling Discovery doesn't disable BrowseArtifacts. You will still need to run index-init when you add a new browse index, to create the database table for that index (these are the bi_* tables). And likewise you'll have to run index-update if your browse indexes ever get out of sync with the item metadata, which changing metadata values directly in the database would do. cheers, Andrea -- Dr Andrea Schweer IRR Technical Specialist, ITS Information Systems The University of Waikato, Hamilton, New Zealand ------------------------------------------------------------------------------ The Windows 8 Center - In partnership with Sourceforge Your idea - your app - 30 days. Get started! http://windows8center.sourceforge.net/ what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

