From charlesreid1

Revision as of 03:49, 4 August 2018 by Admin (talk | contribs) (Replaced content with "==Code== Code here: https://git.charlesreid1.com/charlesreid1/whoosh-search ==Notes== Whoosh is a library for building search engines in Python. You define a schema an...")

Code

Code here: https://git.charlesreid1.com/charlesreid1/whoosh-search

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.

Whoosh/How It Works


Flags