Class WhitespaceTokenizerFactory
Factory for WhitespaceTokenizer.
<fieldType name="text_ws" class="solr.TextField" positionIncrementGap="100">
<analyzer>
<tokenizer class="solr.WhitespaceTokenizerFactory"/>
</analyzer>
</fieldType>
Inheritance
System.Object
WhitespaceTokenizerFactory
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public class WhitespaceTokenizerFactory : TokenizerFactory
Constructors
|
Improve this Doc
View Source
WhitespaceTokenizerFactory(IDictionary<String, String>)
Declaration
public WhitespaceTokenizerFactory(IDictionary<string, string> args)
Parameters
Type |
Name |
Description |
IDictionary<System.String, System.String> |
args |
|
Methods
|
Improve this Doc
View Source
Create(AttributeSource.AttributeFactory, TextReader)
Declaration
public override Tokenizer Create(AttributeSource.AttributeFactory factory, TextReader input)
Parameters
Returns
Overrides