diff options
-rw-r--r-- | vendor/plugins/acts_as_xapian/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/plugins/acts_as_xapian/README.txt b/vendor/plugins/acts_as_xapian/README.txt index 9081145ba..be786c705 100644 --- a/vendor/plugins/acts_as_xapian/README.txt +++ b/vendor/plugins/acts_as_xapian/README.txt @@ -15,7 +15,7 @@ a. Introduction to acts_as_xapian "Xapian":http://www.xapian.org is a full text search engine library, which has Ruby bindings. acts_as_xapian adds support for it to Rails. It is an -alternative to acts_as_solr or acts_as_ferret. +alternative to acts_as_solr, acts_as_ferret or Ultrasphinx. Xapian is an *offline indexing* search library - only one process can have the Xapian database open for writing at once, and others that try meanwhile are |