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>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public class CodepointCountFilterFactory : TokenFilterFactory
Constructors
Name | Description |
---|---|
CodepointCountFilterFactory(IDictionary<String, String>) | Creates a new CodepointCountFilterFactory |
Fields
Name | Description |
---|---|
MAX_KEY | |
MIN_KEY |
Methods
Name | Description |
---|---|
Create(TokenStream) |