https://github.com/keosariel/nairasearch
A search engine that was used to index and search through 1.2million pages of nairaland
https://github.com/keosariel/nairasearch
flask flask-application index python3 query-builder search search-engine searching whoosh xapian
Last synced: 2 months ago
JSON representation
A search engine that was used to index and search through 1.2million pages of nairaland
- Host: GitHub
- URL: https://github.com/keosariel/nairasearch
- Owner: keosariel
- Created: 2022-02-28T08:32:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T09:20:58.000Z (over 3 years ago)
- Last Synced: 2025-03-27T21:29:51.951Z (7 months ago)
- Topics: flask, flask-application, index, python3, query-builder, search, search-engine, searching, whoosh, xapian
- Language: Python
- Homepage: https://www.nairasearch.xyz
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nairasearch
A search engine POC that was used to index and search through 1.2million pages of nairaland#### Note:
This is just a proof of concept project. Feel free to look around!!```
xapian index: testi/
whoosh index: utils/index.py
server : server/
extraction : utils/extract.py
crawler : cronus/
```