We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c468efe commit 7d30406Copy full SHA for 7d30406
docs/core/plugins/fts.md
@@ -43,6 +43,14 @@ Dovecot maintains these FTS indexing engines:
43
| [[plugin,fts_solr]] | Interface to [Apache Solr](https://solr.apache.org/); stores data remotely. |
44
| [[plugin,fts_flatcurve]] | [Xapian](https://xapian.org/) based driver; stores data locally. |
45
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
54
## Searching In Dovecot
55
56
When a FTS indexing driver is not present, searches use a slow sequential
0 commit comments