diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-05-24 02:28:19 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-05-24 02:28:19 +0000 |
commit | d70c6ace66adf0160e5386a642484e86d941eea5 (patch) | |
tree | d834e06f8cdcb853c75165054f9cb2f92f63477c /textproc/py-whoosh/pkg-descr | |
parent | e5a53dda538bd989caac18de37f02d7b5bbb1119 (diff) |
Notes
Diffstat (limited to 'textproc/py-whoosh/pkg-descr')
-rw-r--r-- | textproc/py-whoosh/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/py-whoosh/pkg-descr b/textproc/py-whoosh/pkg-descr new file mode 100644 index 000000000000..06b7feab9cca --- /dev/null +++ b/textproc/py-whoosh/pkg-descr @@ -0,0 +1,19 @@ +Whoosh is a fast, featureful full-text indexing and searching library +implemented in pure Python. Programmers can use it to easily add search +functionality to their applications and websites. Every part of how Whoosh +works can be extended or replaced to meet your needs exactly. + +Some of Whoosh's features include: + +- Pythonic API. +- Pure-Python. No compilation or binary packages needed, no mysterious + crashes. +- Fielded indexing and search. +- Fast indexing and retrieval -- faster than any other pure-Python, scoring, + full-text search solution I know of. +- Pluggable scoring algorithm (including BM25F), text analysis, storage, + posting format, etc. +- Powerful query language. +- Pure Python spell-checker (as far as I know, the only one). + +WWW: http://bitbucket.org/mchaput/whoosh |