Property | Type | Description | |
---|---|---|---|
DEFAULT_MAX_TOKEN_LENGTH | int | ||
KEYWORD | CharacterRunAutomaton | ||
SIMPLE | CharacterRunAutomaton | ||
WHITESPACE | CharacterRunAutomaton |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
End ( ) : void | ||
IncrementToken ( ) : bool | ||
MockTokenizer ( AttributeFactory factory, |
Calls {@link #MockTokenizer(Lucene.Net.Util.AttributeSource.AttributeFactory,Reader,CharacterRunAutomaton,boolean) MockTokenizer(AttributeFactory, Reader, WHITESPACE, true)}
|
|
MockTokenizer ( AttributeFactory factory, |
||
MockTokenizer ( AttributeFactory factory, |
||
MockTokenizer ( |
Calls #MockTokenizer(Reader, CharacterRunAutomaton, boolean) MockTokenizer(Reader, WHITESPACE, true)
|
|
MockTokenizer ( |
||
MockTokenizer ( |
||
Reset ( ) : void |
Method | Description | |
---|---|---|
IsTokenChar ( int c ) : bool | ||
Normalize ( int c ) : int | ||
ReadChar ( ) : int | ||
ReadCodePoint ( ) : int |
Method | Description | |
---|---|---|
SetReaderTestPoint ( ) : bool |
public MockTokenizer ( AttributeFactory factory, |
||
factory | AttributeFactory | |
input | ||
return | Lucene.Net.Analysis.Tokenattributes |
public MockTokenizer ( AttributeFactory factory, |
||
factory | AttributeFactory | |
input | ||
runAutomaton | CharacterRunAutomaton | |
lowerCase | bool | |
return | Lucene.Net.Analysis.Tokenattributes |
public MockTokenizer ( AttributeFactory factory, |
||
factory | AttributeFactory | |
input | ||
runAutomaton | CharacterRunAutomaton | |
lowerCase | bool | |
maxTokenLength | int | |
return | Lucene.Net.Analysis.Tokenattributes |
public MockTokenizer ( |
||
input | ||
return | Lucene.Net.Analysis.Tokenattributes |
public MockTokenizer ( |
||
input | ||
runAutomaton | CharacterRunAutomaton | |
lowerCase | bool | |
return | Lucene.Net.Analysis.Tokenattributes |
public MockTokenizer ( |
||
input | ||
runAutomaton | CharacterRunAutomaton | |
lowerCase | bool | |
maxTokenLength | int | |
return | Lucene.Net.Analysis.Tokenattributes |
public static int DEFAULT_MAX_TOKEN_LENGTH | ||
return | int |
public static CharacterRunAutomaton KEYWORD | ||
return | CharacterRunAutomaton |
public static CharacterRunAutomaton SIMPLE | ||
return | CharacterRunAutomaton |