From charlesreid1

No edit summary
 
Line 24: Line 24:


[[Whoosh/How It Works]]
[[Whoosh/How It Works]]
===More Links===
whoosh on github: https://github.com/whoosh-community/whoosh
flask whoosh alchemy: https://github.com/gyllstromk/Flask-WhooshAlchemy/blob/master/flask_whooshalchemy.py
flask whoosh alchemy plus: https://github.com/Revolution1/Flask-WhooshAlchemyPlus
whoosh app engine: https://github.com/tallstreet/Whoosh-AppEngine/blob/master/src/whoosh/index.py


==Flags==
==Flags==

Latest revision as of 20:51, 17 February 2020

Code

Code here:

Notes

Whoosh is a library for building search engines in Python.

You define a schema and create an index, then start to add documents to the index. The result is a search index built by whoosh.

Centillion

Centillion is a search engine that uses Whoosh to search across Google Drive documents and files, Github issues, and markdown files in Github repositories.

Link: https://git.charlesreid1.com/charlesreid1/centillion

More information: Centillion

How it works

Whoosh/How It Works

More Links

whoosh on github: https://github.com/whoosh-community/whoosh

flask whoosh alchemy: https://github.com/gyllstromk/Flask-WhooshAlchemy/blob/master/flask_whooshalchemy.py

flask whoosh alchemy plus: https://github.com/Revolution1/Flask-WhooshAlchemyPlus

whoosh app engine: https://github.com/tallstreet/Whoosh-AppEngine/blob/master/src/whoosh/index.py


Flags