Re-index is used to delete and recreate search indices from scratch. Web site wizard uses Postgres FTS (fulltext search) engine. See detailed information here. Re-index can take long time to proceed (depending on number of pages in the site). When the process is started, special script (called spider) parses each page, removes HTML-tags and javascripts, makes FTS index and cycles through all the links in this page.