/goedesearch

An implementation of Bart de Goede's full-text search engine

Primary LanguageRust

Goedesearch

Goedesearch is goede enough for simple Wikipedia searching. It is a rough implementation of my colleague Bart de Goede’s simple search engine in Python, except written in Rust.

To do

  1. Convert the loading of the data file to do streaming parsing and indexing at the same time, and ideally in different threads.