On Thu, Oct 25, 2012 at 5:54 PM, Jose Blanco <[email protected]> wrote: > One more question, if I'm using /solr, do I still have to do /dspace > index-init? Is lucen used at all. This is an important question, because > sometimes I have to make changes to the metadatavalue table using SQL, and I > alwasy run /dspace index-init afterwards. So I guess if I'm interested in > using solr, I would need to run both > > /dspace index-init > AND > ./dspace update-discovery-index
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. Regards, ~~helix84 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

