Class EdgeNGramTokenizerFactory
Creates new instances of EdgeNGramTokenizer.
<fieldType name="text_edgngrm" class="solr.TextField" positionIncrementGap="100">
<analyzer>
<tokenizer class="solr.EdgeNGramTokenizerFactory" minGramSize="1" maxGramSize="1"/>
</analyzer>
</fieldType>
Inheritance
System.Object
EdgeNGramTokenizerFactory
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public class EdgeNGramTokenizerFactory : TokenizerFactory
Constructors
|
Improve this Doc
View Source
EdgeNGramTokenizerFactory(IDictionary<String, String>)
Declaration
public EdgeNGramTokenizerFactory(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