From charlesreid1

(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...")
Line 9: Line 9:
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.
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]]
===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]]


==Flags==
==Flags==

Revision as of 03:50, 4 August 2018

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.

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

Flags