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