Fast, pure-Python full text indexing, search, and spell checking library.
Project description
This repository (whoosh-reloaded) is a fork and continuation of the Whoosh project. The original Whoosh project is no longer maintained. This fork is maintained by the Sygil-Dev Organization.
About Whoosh
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).
Whoosh might be useful in the following circumstances:
- Anywhere a pure-Python solution is desirable to avoid having to build/compile native libraries (or force users to build/compile them).
- As a research platform (at least for programmers that find Python easier to read and work with than Java ;)
- When an easy-to-use Pythonic interface is more important to you than raw speed.
Whoosh was created by Matt Chaput and is maintained currently by the Sygil-Dev Organization. It was originally created for use in the online help system of Side Effects Software's 3D animation software Houdini. Side Effects Software Inc. graciously agreed to open-source the code.
This software is licensed under the terms of the simplified BSD (A.K.A. "two clause" or "FreeBSD") license. See LICENSE.txt for information.
Installing Whoosh
If you have setuptools
or pip
installed, you can use easy_install
or pip
to download and install Whoosh automatically::
# install the old version from Pypi
$ easy_install Whoosh
or
$ pip install Whoosh
# Install the development version from Github.
$ pip install git+https://github.com/Sygil-Dev/whoosh-reloaded.git
Getting the source.
You can check out the latest version of the source code on GitHub using git:
$ git clone https://github.com/Sygil-Dev/whoosh-reloaded.git
Learning more
-
Online Documentation:
-
Read the old online documentation at https://docs.red-dove.com/whoosh-reloaded/ (Search work properly).
-
Read the old online documentation at https://whoosh-reloaded.readthedocs.org/en/latest/ (Search DOES NOT work).
-
File bug reports and issues at https://github.com/Sygil-Dev/whoosh-reloaded/issues
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Whoosh-Reloaded-2.7.5.tar.gz
.
File metadata
- Download URL: Whoosh-Reloaded-2.7.5.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39ed7dfbd1fec97af33933107bdf78110728375ed0f2abb25dec6dbfdcb279d8 |
|
MD5 | 1a3e33992f8bf2e3310e5fb59c794d51 |
|
BLAKE2b-256 | 17513fb4b9fdeaaf96512514ccf2871186333ce41a0de2ea48236a4056a5f6af |
File details
Details for the file Whoosh_Reloaded-2.7.5-py2.py3-none-any.whl
.
File metadata
- Download URL: Whoosh_Reloaded-2.7.5-py2.py3-none-any.whl
- Upload date:
- Size: 551.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ab6aeeafb359fbff4beb3c704b960fd88240354f3363f1c5bdb5c2325cae80e |
|
MD5 | 8b52ade56d7a1b9bddce8e6b1650099e |
|
BLAKE2b-256 | 6990866dfe421f188217ecd7339585e961034a7f4fdc96b62cec3b40a50dbdef |