summaryrefslogtreecommitdiff
path: root/SphinxSearch.md
diff options
context:
space:
mode:
authorfox <[email protected]>2019-02-26 05:17:54 +0000
committerfox <[email protected]>2019-02-26 05:17:54 +0000
commite6ae27e138fefcb76241bdc84b167642427f074d (patch)
treeecb3008076e7b7a459b5f691b9a3aa8b58a4fa65 /SphinxSearch.md
parent998fa328b59dbf6149a943161c7086b44a22cf5f (diff)
Update page 'SphinxSearch'
Diffstat (limited to 'SphinxSearch.md')
-rw-r--r--SphinxSearch.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/SphinxSearch.md b/SphinxSearch.md
index 5c2681c..021ea25 100644
--- a/SphinxSearch.md
+++ b/SphinxSearch.md
@@ -7,10 +7,8 @@ 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:
-<pre>
-0 0 * * * /usr/bin/indexer --rotate ttrss >/dev/null 2>&0
-0 */2 * * * /usr/bin/indexer --rotate delta >/dev/null 2>&0
-</pre>
+ 0 0 * * * /usr/bin/indexer --rotate ttrss >/dev/null 2>&0
+ 0 */2 * * * /usr/bin/indexer --rotate delta >/dev/null 2>&0
More information on delta indexing
[here](http://sphinxsearch.com/docs/1.10/delta-updates.html)