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/config
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
..
cache.go abstract out cache 2017-05-11 09:01:53 -04:00
config.go go fmt all the code 2017-05-24 17:11:13 +10:00
email.go Update email.go 2017-05-12 18:47:09 -05:00
env.go Consistency, formatting, error checking, cleanup, and a couple bug fixes (#245) 2017-05-09 21:34:40 -05:00
i2p.go Consistency, formatting, error checking, cleanup, and a couple bug fixes (#245) 2017-05-09 21:34:40 -05:00
i18n.go Replace 'en-us' literals with the default language 2017-05-14 22:10:07 +02:00
logger.go Consistency, formatting, error checking, cleanup, and a couple bug fixes (#245) 2017-05-09 21:34:40 -05:00
metainfo_fetcher.go go fmt all the code 2017-05-24 17:11:13 +10:00
navigation.go Elasticsearch integration (WIP) (#730) 2017-05-26 09:48:14 +10:00
scrape.go Rerun gofmt it again with -s 2017-05-24 17:15:07 +10:00
search.go Elasticsearch integration (WIP) (#730) 2017-05-26 09:48:14 +10:00
sorting.go Consistency, formatting, error checking, cleanup, and a couple bug fixes (#245) 2017-05-09 21:34:40 -05:00
torrents.go Gofmt friendly (#752) 2017-05-26 07:35:37 +10:00
trackers.go Stateless cookies (#372) 2017-05-11 16:18:56 -05:00
upload.go go fmt all the code 2017-05-24 17:11:13 +10:00
user_settings.go go fmt all the code 2017-05-24 17:11:13 +10:00