Readme for features

This commit is contained in:
Viktor Lofgren 2023-03-04 17:00:49 +01:00
parent 7aec667cb7
commit 696f791eb5

13
features/readme.md Normal file
View File

@ -0,0 +1,13 @@
# Features
These are bits of code that are relatively isolated pieces of business logic,
that benefit from the clarity of being kept separate from the rest of the
search engine code.
* [domain-ranking](domain-ranking/) contains ranking algorithms.
* [query-parser](query-parser/) contains code for parsing the user-facing query grammar.
* [renderer](renderer/) contains utility code for rendering website templates.
* [screenshots](screenshots/) and [random-websites](random-websites/) contains SQL queries random
exploration mode.