Constructor LowerCaseTokenizer
LowerCaseTokenizer(LuceneVersion, TextReader)
Construct a new LowerCaseTokenizer.
Declaration
public LowerCaseTokenizer(LuceneVersion matchVersion, TextReader in)
Parameters
Type | Name | Description |
---|---|---|
LuceneVersion | matchVersion | LuceneVersion to match |
System.IO.TextReader | in | the input to split up into tokens |
LowerCaseTokenizer(LuceneVersion, AttributeSource.AttributeFactory, TextReader)
Construct a new LowerCaseTokenizer using a given AttributeSource.AttributeFactory.
Declaration
public LowerCaseTokenizer(LuceneVersion matchVersion, AttributeSource.AttributeFactory factory, TextReader in)
Parameters
Type | Name | Description |
---|---|---|
LuceneVersion | matchVersion | LuceneVersion to match |
AttributeSource.AttributeFactory | factory | the attribute factory to use for this Tokenizer |
System.IO.TextReader | in | the input to split up into tokens |