diff options
author | francis <francis> | 2008-05-18 00:20:58 +0000 |
---|---|---|
committer | francis <francis> | 2008-05-18 00:20:58 +0000 |
commit | 658e1adeed0fcf7aa78a380ece2a099d6a903cc2 (patch) | |
tree | 6923be2365c8383375425eab4a9b30c1923d3f5a | |
parent | d19aa82cf6cd6f608e8ecf9d577bd8c79c76d439 (diff) |
Typo
-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 a74b30f3a..5db2e491b 100644 --- a/vendor/plugins/acts_as_xapian/README.txt +++ b/vendor/plugins/acts_as_xapian/README.txt @@ -13,7 +13,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_lucene or acts_as_ferret. +alternative to acts_as_solr or acts_as_ferret. 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 |