Example #1
0
func init() {
	registry.RegisterIndexType(Name, IndexTypeConstructor)
}
Example #2
0
func init() {
	registry.RegisterIndexType(Name, NewSmolderingCouch)
}
Example #3
0
func init() {
	registry.RegisterIndexType(Name, NewFirestorm)
}
Example #4
0
func init() {
	registry.RegisterIndexType(Name, NewUpsideDownCouch)
}