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 revisionBoth sides next revision
indexing:re-indexing [2019/03/14 18:44] – [2. Delete your index on the server.] demiankatzindexing:re-indexing [2022/02/27 15:23] – Manual spellcheck re-index. juliandelphiki
Line 27: Line 27:
  
 See the instructions on the [[:indexing]] page for details. See the instructions on the [[:indexing]] page for details.
 +
 +===== 5. [ Optional: re-index spellcheck. ]  ======
 +
 +If spellcheck indexes are not populated during import or running optimization.
 +<code>
 +php $VUFIND_HOME/public/index.php util/optimize
 +</code>
 +You can re-index both manualy. The default "spellShingle" index,
 +<code>
 +curl http://localhost:8983/solr/biblio/select?q=*:*&spellcheck=true&spellcheck.build=true
 +</code>
 +and basicSpell "spellcheck" index.
 +<code>
 +curl http://localhost:8983/solr/biblio/select?q=*:*&spellcheck.dictionary=basicSpell&spellcheck=true&spellcheck.build=true
 +</code>
 +
 ---- struct data ---- ---- struct data ----
 ---- ----
  
indexing/re-indexing.txt · Last modified: 2023/12/05 11:44 by demiankatz