Class KeywordTokenizerFactory
Factory for KeywordTokenizer.
<fieldType name="text_keyword" class="solr.TextField" positionIncrementGap="100">
<analyzer>
<tokenizer class="solr.KeywordTokenizerFactory"/>
</analyzer>
</fieldType>
Inheritance
System.Object
KeywordTokenizerFactory
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public class KeywordTokenizerFactory : TokenizerFactory
Constructors
|
Improve this Doc
View Source
KeywordTokenizerFactory(IDictionary<String, String>)
Declaration
public KeywordTokenizerFactory(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