예제 #1
0
파일: custom.go 프로젝트: ekanite/bleve
func init() {
	registry.RegisterTokenMap(Name, GenericTokenMapConstructor)
}
예제 #2
0
func init() {
	registry.RegisterTokenMap(StopName, TokenMapConstructor)
}
예제 #3
0
func init() {
	registry.RegisterTokenMap(ArticlesName, ArticlesTokenMapConstructor)
}