Ejemplo n.º 1
0
func init() {
	registry.RegisterTokenFilter(StemmerName, StemmerFilterConstructor)
}
Ejemplo n.º 2
0
func init() {
	registry.RegisterTokenFilter(LightStemmerName, PortugueseLightStemmerFilterConstructor)
}
Ejemplo n.º 3
0
func init() {
	registry.RegisterTokenFilter(Name, ElisionFilterConstructor)
}
Ejemplo n.º 4
0
func init() {
	registry.RegisterTokenFilter(LightStemmerName, ItalianLightStemmerFilterConstructor)
}
Ejemplo n.º 5
0
func init() {
	registry.RegisterTokenFilter(LightStemmerName, FrenchLightStemmerFilterConstructor)
}
Ejemplo n.º 6
0
func init() {
	registry.RegisterTokenFilter(StopName, StopTokenFilterConstructor)
}
Ejemplo n.º 7
0
func init() {
	registry.RegisterTokenFilter(Name, TruncateTokenFilterConstructor)
}
Ejemplo n.º 8
0
func init() {
	registry.RegisterTokenFilter(BigramName, CJKBigramFilterConstructor)
}
Ejemplo n.º 9
0
func init() {
	registry.RegisterTokenFilter(Name, LowerCaseFilterConstructor)
}
Ejemplo n.º 10
0
func init() {
	registry.RegisterTokenFilter(Name, UnicodeNormalizeFilterConstructor)
}
Ejemplo n.º 11
0
func init() {
	registry.RegisterTokenFilter(Name, NgramFilterConstructor)
}
Ejemplo n.º 12
0
func init() {
	registry.RegisterTokenFilter(Name, PorterStemmerConstructor)
}
Ejemplo n.º 13
0
func init() {
	registry.RegisterTokenFilter(Name, ApostropheFilterConstructor)
}
Ejemplo n.º 14
0
func init() {
	registry.RegisterTokenFilter(MinimalStemmerName, FrenchMinimalStemmerFilterConstructor)
}
Ejemplo n.º 15
0
func init() {
	registry.RegisterTokenFilter(Name, DictionaryCompoundFilterConstructor)
}
Ejemplo n.º 16
0
func init() {
	registry.RegisterTokenFilter(PossessiveName, PossessiveFilterConstructor)
}
Ejemplo n.º 17
0
func init() {
	registry.RegisterTokenFilter(NormalizeName, NormalizerFilterConstructor)
}
Ejemplo n.º 18
0
func init() {
	registry.RegisterTokenFilter(Name, ShingleFilterConstructor)
}
Ejemplo n.º 19
0
func init() {
	registry.RegisterTokenFilter(Name, KeyWordMarkerFilterConstructor)
}
Ejemplo n.º 20
0
func init() {
	registry.RegisterTokenFilter(Name, LengthFilterConstructor)
}