About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
indexing:re-indexing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
indexing:re-indexing [2019/03/14 18:44] – [2. Delete your index on the server.] demiankatzindexing:re-indexing [2019/03/14 18:44] – [2. Delete your index on the server.] demiankatz
Line 9: Line 9:
 ===== 2. Delete your index on the server. ===== ===== 2. Delete your index on the server. =====
  
-VuFind's main index is found in the solr/biblio/index directory (as well as any spellcheck-related directories) under your installation.  In Linux, you can issue this command from your VuFind base directory:+VuFind's main index is found in the solr/biblio/index directory (as well as any spellcheck-related directories) under your installation.  In Linux, you can issue this command:
  
 <code> <code>
-%> rm -rf solr/vufind/biblio/index solr/vufind/biblio/spell*+rm -rf $VUFIND_HOME/solr/vufind/biblio/index $VUFIND_HOME/solr/vufind/biblio/spell*
 </code> </code>
  
-:!: Prior to VuFind 3.0, the paths were solr/biblio/index and solr/biblio/spell* (we later added a "/vufind/" directory inside the solr path to differentiate between VuFind-specific data and the vendor-supplied Solr distribution).+:!: Prior to VuFind 3.0, the paths were $VUFIND_HOME/solr/biblio/index and $VUFIND_HOME/solr/biblio/spell* (we later added a "/vufind/" directory inside the solr path to differentiate between VuFind-specific data and the vendor-supplied Solr distribution).
  
 In Windows, you can easily delete the folders through Windows Explorer. In Windows, you can easily delete the folders through Windows Explorer.
indexing/re-indexing.txt · Last modified: 2023/12/05 11:44 by demiankatz