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/search.go

16 lignes
386 o
Go
Brut Vue normale Historique

2017-05-11 15:29:08 +02:00
package config
// SearchConfig : Config struct for search
// Is it deprecated?
2017-05-11 15:29:08 +02:00
type SearchConfig struct {
}
// DefaultSearchConfig : Default config for search
2017-05-11 15:29:08 +02:00
var DefaultSearchConfig = SearchConfig{}
const (
DefaultElasticsearchAnalyzer = "nyaapantsu_analyzer"
DefaultElasticsearchIndex = "nyaapantsu"
DefaultElasticsearchType = "torrents" // Name of the type in the es mapping
)