Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/router
tomleb f22d11b35d Elasticsearch integration (WIP) (#730)
* Update mapping to be similar to TorrentJSON

* Implement ES search for TorrentParam

* Add seeders/leechers/completed to es index

* Fix filter, use analyzer

* Use ES for the search route

* Add upload_id filtering with ES

* Create/update ES index on torrent upload/update

* Delete from ES index on Delete

* Use ES everywhere, fallback to postgres query

Use Elasticsearch to search the index whenever a call to searchByQuery
is made. Big cleanup needed, but _it werks_.

* Only fetch ids from ES, nothing else

* Use ColumnUpdate instead of Save

* Add FIXME/info to search

* Template needs []TorrentJSON not []Torrent
2017-05-26 09:48:14 +10:00
..
api_handler.go Elasticsearch integration (WIP) (#730) 2017-05-26 09:48:14 +10:00
database_dump_handler.go Golint friendly (#747) 2017-05-25 21:54:58 +02:00
faq_handler.go Golint friendly (#747) 2017-05-25 21:54:58 +02:00
home_handler.go Golint friendly (#747) 2017-05-25 21:54:58 +02:00
init.go
language_handler.go Golint friendly (#747) 2017-05-25 21:54:58 +02:00
modpanel.go Golint friendly (#747) 2017-05-25 21:54:58 +02:00
not_found_handler.go Golint friendly (#747) 2017-05-25 21:54:58 +02:00
router.go Golint friendly (#747) 2017-05-25 21:54:58 +02:00
rss_handler.go Golint friendly (#747) 2017-05-25 21:54:58 +02:00
search_handler.go Elasticsearch integration (WIP) (#730) 2017-05-26 09:48:14 +10:00
template.go Golint friendly (#747) 2017-05-25 21:54:58 +02:00
template_functions.go Golint friendly (#747) 2017-05-25 21:54:58 +02:00
template_test.go
template_variables.go Golint friendly (#747) 2017-05-25 21:54:58 +02:00
torrent_report_handler.go Golint friendly (#747) 2017-05-25 21:54:58 +02:00
upload.go Golint friendly (#747) 2017-05-25 21:54:58 +02:00
upload_handler.go Elasticsearch integration (WIP) (#730) 2017-05-26 09:48:14 +10:00
user_handler.go Golint friendly (#747) 2017-05-25 21:54:58 +02:00
view_torrent_handler.go Golint friendly (#747) 2017-05-25 21:54:58 +02:00
wrap_handler.go Golint friendly (#747) 2017-05-25 21:54:58 +02:00