1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
This commit is contained in:
gnosygnu
2020-10-19 09:45:45 -04:00
parent e70c900140
commit 291fdcd0ff
109 changed files with 8379 additions and 6679 deletions

View File

@@ -32,7 +32,7 @@
</li>
</ul>
<p>
The search feature is based off of the <a href="/site/en.wikipedia.org/wiki/PageRank">PageRank algorithm</a>. Because of the complicated, recursive nature of the algorithm, the index can only be run for the entire wiki at once -- not every time a page changes. For small wikis, search reindexing will complete in a few seconds. For a large wiki like en.wikipedia.org, it could take 12 hours.
The search feature is based off of the <a href="https://en.wikipedia.org/wiki/PageRank" rel="nofollow" class="external text">PageRank algorithm</a>. Because of the complicated, recursive nature of the algorithm, the index can only be run for the entire wiki at once -- not every time a page changes. For small wikis, search reindexing will complete in a few seconds. For a large wiki like en.wikipedia.org, it could take 12 hours.
</p>
<h2>
<span class="mw-headline" id="Reindex_search">Reindex search</span>