Links
GitHub: repo
Report: TTDS_report
About
OnlyGraphs, contrary to what the name suggests, provides standard search engine features on top of a novel graph based search engine to Wikipedia articles.
The engine is written in Rust and can handle 1.6M Wikipedia articles (we checked with this many) with 32GB RAM.
The supported features include:
- Free-text queries
- Binary Queries
- Phrase Queries
- Distance Queries
- Wildcard Search
- Relational (Graph) Search - i.e. articles linking to "Boris Johnson" with X and Y
- Positional Search (in different parts of the article)
- Composite Search (All of the above at once)
- Sorting either by date or relevance