summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-02-26 05:16:36 +0000
committerfox <[email protected]>2019-02-26 05:16:36 +0000
commit93955fb37b6d95fa8f4f8f51d7a8c0792bd57285 (patch)
tree62c18ef487e1d5bacb6cfe644d85a6526c794b8c
parent23678631939f7b586e4ccbf57e54e03dbe85fc7d (diff)
Update page 'SphinxSearch'
-rw-r--r--SphinxSearch.md45
1 files changed, 21 insertions, 24 deletions
diff --git a/SphinxSearch.md b/SphinxSearch.md
index 95f446f..fbb239a 100644
--- a/SphinxSearch.md
+++ b/SphinxSearch.md
@@ -1,24 +1,21 @@
-Full-text search using Sphinx
-=============================
-
-Since version:1.5.0 tt-rss is capable of using
-[Sphinx](http://www.sphinxsearch.com) search engine. Before adding
-<code>search\_sphinx</code> to <code>config.php</code> directive
-<code>PLUGINS</code>, you’ll have to install and configure Sphinx
-indexing daemon as described in the [official
-docs](http://www.sphinxsearch.com/docs/).
-
-Example configuration files attached below. Don’t forget that you need
-to update the indexes, for example using cron:
-
- 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)
-
-See also: [this forum
-thread](http://tt-rss.org/oldforum/viewtopic.php?f=16&t=2078)
-
-[pgsql.sphinx.conf](https://tt-rss.org/gitlab/fox/tt-rss/uploads/ce2498594557b5b2bbac5a74df0d4664/pgsql.sphinx.conf)
-[mysql.sphinx.conf](https://tt-rss.org/gitlab/fox/tt-rss/uploads/b636375f6f0d5abf6fb4f071b3d7634c/mysql.sphinx.conf)
+With ``sphinx_search`` plugin tt-rss is capable of using
+[Sphinx](http://www.sphinxsearch.com) search engine. Before adding
+<code>search\_sphinx</code> to <code>config.php</code> directive
+<code>PLUGINS</code>, you’ll have to install and configure Sphinx
+indexing daemon as described in the [official
+docs](http://www.sphinxsearch.com/docs/).
+
+Example configuration files attached below. Don’t forget that you need
+to update the indexes, for example using cron:
+
+ 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)
+
+See also: [this forum
+thread](http://tt-rss.org/oldforum/viewtopic.php?f=16&t=2078)
+
+[pgsql.sphinx.conf](https://tt-rss.org/gitlab/fox/tt-rss/uploads/ce2498594557b5b2bbac5a74df0d4664/pgsql.sphinx.conf)
+[mysql.sphinx.conf](https://tt-rss.org/gitlab/fox/tt-rss/uploads/b636375f6f0d5abf6fb4f071b3d7634c/mysql.sphinx.conf)