diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-14 17:12:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-14 17:12:47 +0000 |
commit | d798c07fafd7a610c26371f398f6aff62f955cbf (patch) | |
tree | 43fa13f89c055fcbe243de0d008b185993a05fff /databases | |
parent | 26d839497d3d5cd476d4134cada32d24616389ca (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xapian-core/pkg-descr | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/databases/xapian-core/pkg-descr b/databases/xapian-core/pkg-descr index 6056e06f8d4a..0892c85cc553 100644 --- a/databases/xapian-core/pkg-descr +++ b/databases/xapian-core/pkg-descr @@ -6,13 +6,13 @@ Xapian is designed to be a highly adaptable toolkit to allow developers to easily add advanced indexing and search facilities to their own applications. Xapian features include: - - Ranked probabilistic search - word importance weighting - - Relevance feedback - - Phrase and proximity searching - - Full range of structured boolean search operators - - Term stemming - - Database files > 2GB - - Platform independent data formats - - Allows simultaneous update and searching. +- Ranked probabilistic search - word importance weighting +- Relevance feedback +- Phrase and proximity searching +- Full range of structured boolean search operators +- Term stemming +- Database files > 2GB +- Platform independent data formats +- Allows simultaneous update and searching. WWW: http://www.xapian.org/ |