diff options
author | Arun Isaac | 2024-05-10 15:20:39 +0100 |
---|---|---|
committer | Arun Isaac | 2024-05-10 15:20:39 +0100 |
commit | 5663242a1beb2d24b1922366bd2ea2765233a880 (patch) | |
tree | bdc41a2260811138fef64e31eae85437c4777237 | |
parent | 87d7fddb1c3fcf136663379a4b1eb6bc48ef4129 (diff) | |
download | guile-xapian-5663242a1beb2d24b1922366bd2ea2765233a880.tar.gz guile-xapian-5663242a1beb2d24b1922366bd2ea2765233a880.tar.lz guile-xapian-5663242a1beb2d24b1922366bd2ea2765233a880.zip |
README: Refer to the notmuch email system.
notmuch is a popular piece of software where users may already have
encountered Xapian. So, refer to it.
* README.org: Refer to the notmuch email system.
-rw-r--r-- | README.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,8 @@ {{{ci-badge(guile-xapian-with-guile-2.2)}}} {{{ci-badge(guile-xapian-with-guile-3.0)}}} {{{ci-badge(guile-xapian-with-guile-3.0-latest)}}} {{{ci-badge(guile-xapian-website)}}} guile-xapian provides Guile bindings for [[https://xapian.org][Xapian]], a search engine -library. Xapian is a highly adaptable toolkit which allows developers +library used in popular applications such as the [[https://notmuchmail.org/][notmuch]] email +system. Xapian is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It has built-in support for several families of weighting models and also supports a rich set of boolean query |