MarginaliaSearch/features/readme.md

12 lines
534 B
Markdown
Raw Normal View History

2023-03-04 16:00:49 +00:00
# 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.