Initial import of py-Whoosh-0.1.13:
authorwiz <wiz>
Sat, 1 May 2010 20:45:05 +0000 (20:45 +0000)
committerwiz <wiz>
Sat, 1 May 2010 20:45:05 +0000 (20:45 +0000)
commit03c8f7c0b938c9a6a8733d27ad7731c7ea0954db
tree536a36c35186bce5fbb00e6237489bca9ce0475b
parent1f64601a94fa6811032a96759f2120a50065f1ad
Initial import of py-Whoosh-0.1.13:

Whoosh is a fast, featureful full-text indexing and searching
library implemented in pure Python.

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 -- much faster than any other
    pure-Python solution.
    * Pluggable scoring algorithm (including BM25F), text analysis,
    storage, posting format, etc.
    * Powerful query language parsed by pyparsing.
    * Pure Python spell-checker (as far as I know, the only one).

Whoosh takes much inspiration (and sometimes translates code) from
other open-source search engines. The fundamental design is similar
to (but does not entirely work like and is not compatible with)
Lucene, but uses KinoSearch's indexing algorithm, some scoring
algorithms from Terrier, and the English morphological variation
generator from Minion.
textproc/py-Whoosh/DESCR [new file with mode: 0644]
textproc/py-Whoosh/Makefile [new file with mode: 0644]
textproc/py-Whoosh/PLIST [new file with mode: 0644]
textproc/py-Whoosh/distinfo [new file with mode: 0644]