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
2019-03-10 20:44:35 -04:00
parent b1af77320f
commit fcdd36c369
198 changed files with 4843 additions and 5721 deletions

View File

@@ -32,7 +32,7 @@
</li>
</ul>
<p>
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.
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.
</p>
<h2>
<span class="mw-headline" id="Reindex_search">Reindex search</span>
@@ -45,7 +45,7 @@
Create some pages in your wiki. For example, say you create a page called <code>Example 1</code>
</li>
<li>
From the main menu, select <code>Personal wikis</code> -&gt; <code>Personal wikis list</code>. Or go to <a href="http://xowa.org/home/wiki/Special:XowaWikiDirectory.html" id="xolnki_2" title="Special:XowaWikiDirectory" class="xowa-visited">Special:XowaWikiDirectory</a>
From the main menu, select <code>Personal wikis</code> -&gt; <code>Personal wikis list</code>. Or go to <a href="http://xowa.org/home/wiki/Special:XowaWikiDirectory" id="xolnki_2" title="Special:XowaWikiDirectory" class="xowa-visited">Special:XowaWikiDirectory</a>
</li>
<li>
Click the <code>wrench icon</code> next to your wiki
@@ -65,10 +65,10 @@
</h2>
<ul>
<li>
<a href="http://xowa.org/home/wiki/App/Search.html" id="xolnki_3" title="App/Search">App/Search</a>: For details about search query. (You can use booleans and wildcards)
<a href="http://xowa.org/home/wiki/App/Search" id="xolnki_3" title="App/Search">App/Search</a>: For details about search query. (You can use booleans and wildcards)
</li>
<li>
<a href="http://xowa.org/home/wiki/App/Search/Score.html" id="xolnki_4" title="App/Search/Score">App/Search/Score</a>: For details about PageRank and scoring
<a href="http://xowa.org/home/wiki/App/Search/Score" id="xolnki_4" title="App/Search/Score">App/Search/Score</a>: For details about PageRank and scoring
</li>
</ul>