示例#1
0
func init() {
	registry.RegisterTokenMap(ArticlesName, ArticlesTokenMapConstructor)
}
示例#2
0
func init() {
	registry.RegisterTokenMap(StopName, TokenMapConstructor)
}
示例#3
0
文件: custom.go 项目: acgshare/bleve
func init() {
	registry.RegisterTokenMap(Name, GenericTokenMapConstructor)
}