summaryrefslogtreecommitdiff
path: root/SphinxSearch.md
diff options
context:
space:
mode:
authorfox <[email protected]>2019-02-26 05:17:36 +0000
committerfox <[email protected]>2019-02-26 05:17:36 +0000
commit998fa328b59dbf6149a943161c7086b44a22cf5f (patch)
treea0cf3f33731385dde383d2ac5386ac0e399601fa /SphinxSearch.md
parent26ab35bebf2b3487d9a4773a2d7b2f2a4026777c (diff)
Update page 'SphinxSearch'
Diffstat (limited to 'SphinxSearch.md')
-rw-r--r--SphinxSearch.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/SphinxSearch.md b/SphinxSearch.md
index 0827c85..5c2681c 100644
--- a/SphinxSearch.md
+++ b/SphinxSearch.md
@@ -7,10 +7,10 @@ Before adding <code>search\_sphinx</code> to <code>config.php</code> directive
Example configuration files attached below. Don’t forget that you need
to update the indexes, for example using cron:
-<code><pre>
+<pre>
0 0 * * * /usr/bin/indexer --rotate ttrss >/dev/null 2>&0
0 */2 * * * /usr/bin/indexer --rotate delta >/dev/null 2>&0
-</pre></code>
+</pre>
More information on delta indexing
[here](http://sphinxsearch.com/docs/1.10/delta-updates.html)