Package org.elasticsearch.index.analysis
Interface ReferringFilterFactory
-
public interface ReferringFilterFactoryMarks aTokenFilterFactorythat refers to other filter factories. The analysis registry will callsetReferences(Map)with a map of all available TokenFilterFactories after all factories have been registered
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetReferences(java.util.Map<java.lang.String,TokenFilterFactory> factories)Called with a map of all registered filter factories
-
-
-
Method Detail
-
setReferences
void setReferences(java.util.Map<java.lang.String,TokenFilterFactory> factories)
Called with a map of all registered filter factories
-
-