Method | Description | |
---|---|---|
Create ( TokenStream input ) : TokenStream |
Transform the specified input TokenStream
|
|
ForName ( string name, string>.IDictionary |
looks up a tokenfilter by name from context classpath
|
|
LookupClass ( string name ) : |
looks up a tokenfilter class by name from context classpath
|
|
ReloadTokenFilters ( ) : void |
Reloads the factory list from the given ClassLoader. Changes to the factories are visible after the method ends, all iterators (#availableTokenFilters(),...) stay consistent. NOTE: Only new factories are added, existing ones are never removed or replaced. This method is expensive and should only be called for discovery of new factories on the given classpath/classloader!
|
Method | Description | |
---|---|---|
TokenFilterFactory ( string>.IDictionary |
Initialize this factory via a set of key-value pairs.
|
public abstract Create ( TokenStream input ) : TokenStream | ||
input | TokenStream | |
return | TokenStream |
public static ForName ( string name, string>.IDictionary |
||
name | string | |
args | string>.IDictionary | |
return |
public static LookupClass ( string name ) : |
||
name | string | |
return |
protected TokenFilterFactory ( string>.IDictionary |
||
args | string>.IDictionary | |
return | System |