Skip to content

Commit 7d30406

Browse files
cmousesirainen
authored andcommitted
fts: Document 3rd party plugins
1 parent c468efe commit 7d30406

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/core/plugins/fts.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ Dovecot maintains these FTS indexing engines:
4343
| [[plugin,fts_solr]] | Interface to [Apache Solr](https://solr.apache.org/); stores data remotely. |
4444
| [[plugin,fts_flatcurve]] | [Xapian](https://xapian.org/) based driver; stores data locally. |
4545

46+
There are also 3rd party provided FTS plugins:
47+
48+
| Name | Description |
49+
| ---- | ----------- |
50+
| fts-xapian | https://github.com/grosjo/fts-xapian |
51+
52+
If you want your plugin here, please open pull request to [dovecot/documentation](https://github.com/dovecot/documentation/pulls/new) repository.
53+
4654
## Searching In Dovecot
4755

4856
When a FTS indexing driver is not present, searches use a slow sequential

0 commit comments

Comments
 (0)