Class CodepointCountFilterFactory
Factory for CodepointCountFilter.
<fieldType name="text_lngth" class="solr.TextField" positionIncrementGap="100">
<analyzer>
<tokenizer class="solr.WhitespaceTokenizerFactory"/>
<filter class="solr.CodepointCountFilterFactory" min="0" max="1" />
</analyzer>
</fieldType>
Inheritance
System.Object
CodepointCountFilterFactory
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public class CodepointCountFilterFactory : TokenFilterFactory
Constructors
|
Improve this Doc
View Source
CodepointCountFilterFactory(IDictionary<String, String>)
Declaration
public CodepointCountFilterFactory(IDictionary<string, string> args)
Parameters
Type |
Name |
Description |
IDictionary<System.String, System.String> |
args |
|
Fields
|
Improve this Doc
View Source
MAX_KEY
Declaration
public const string MAX_KEY = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MIN_KEY
Declaration
public const string MIN_KEY = null
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Create(TokenStream)
Declaration
public override TokenStream Create(TokenStream input)
Parameters
Returns
Overrides