Method | Description | |
---|---|---|
Create ( Lucene.Net.Util.AttributeSource factory, |
Creates a TokenStream of the specified input using the given AttributeFactory
|
|
Create ( |
Creates a TokenStream of the specified input using the default attribute factory.
|
|
ForName ( string name, string>.IDictionary |
looks up a tokenizer by name from context classpath
|
|
LookupClass ( string name ) : |
looks up a tokenizer class by name from context classpath
|
|
ReloadTokenizers ( ) : void |
Reloads the factory list from the given ClassLoader. Changes to the factories are visible after the method ends, all iterators (#availableTokenizers(),...) 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 | |
---|---|---|
TokenizerFactory ( string>.IDictionary |
Initialize this factory via a set of key-value pairs.
|
public abstract Create ( Lucene.Net.Util.AttributeSource factory, |
||
factory | Lucene.Net.Util.AttributeSource | |
input | ||
return | Tokenizer |
public Create ( |
||
input | ||
return | Tokenizer |
public static ForName ( string name, string>.IDictionary |
||
name | string | |
args | string>.IDictionary | |
return |
public static LookupClass ( string name ) : |
||
name | string | |
return |
protected TokenizerFactory ( string>.IDictionary |
||
args | string>.IDictionary | |
return | System |