mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
Readme for features
This commit is contained in:
parent
7aec667cb7
commit
696f791eb5
13
features/readme.md
Normal file
13
features/readme.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user