Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tallstreet/Whoosh-AppEngine
Full Text searching on Google AppEngine
https://github.com/tallstreet/Whoosh-AppEngine
Last synced: 11 days ago
JSON representation
Full Text searching on Google AppEngine
- Host: GitHub
- URL: https://github.com/tallstreet/Whoosh-AppEngine
- Owner: tallstreet
- License: apache-2.0
- Created: 2009-05-08T23:16:06.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-05-28T19:35:53.000Z (over 15 years ago)
- Last Synced: 2024-08-02T14:12:28.924Z (4 months ago)
- Language: Python
- Homepage: http://whoosh.ca
- Size: 409 KB
- Stars: 87
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
About Whoosh
============Whoosh is a fast, pure-Python indexing and search library. Programmers
can use it to easily add search functionality to their applications and
websites. Because Whoosh is pure Python, you don't have to compile or
install a binary support library and/or make Python work with a JVM, yet
Whoosh is still very fast at indexing and searching. Every part of how
Whoosh works can be extended or replaced to meet your needs exactly.This software is licensed under the terms of the Apache License version 2.
See LICENSE.txt for information.The primary source of information is the main Whoosh web site:
http://whoosh.ca/Whoosh AppEngine
================This version of whoosh is able to run on Google AppEngine (http://code.google.com/appengine/)
and stores its index in the datastore so is able to provide full text searching.Gary Roberts