Class ApostropheFilterFactory
Factory for ApostropheFilter.
<fieldType name="text_tr_lower_apostrophes" class="solr.TextField" positionIncrementGap="100">
<analyzer>
<tokenizer class="solr.StandardTokenizerFactory"/>
<filter class="solr.ApostropheFilterFactory"/>
<filter class="solr.TurkishLowerCaseFilterFactory"/>
</analyzer>
</fieldType>
Inherited Members
Namespace: Lucene.Net.Analysis.Tr
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public class ApostropheFilterFactory : TokenFilterFactory
Constructors
ApostropheFilterFactory(IDictionary<string, string>)
Creates a new ApostropheFilterFactory
Declaration
public ApostropheFilterFactory(IDictionary<string, string> args)
Parameters
| Type | Name | Description |
|---|---|---|
| IDictionary<string, string> | args |
Methods
Create(TokenStream)
Transform the specified input Lucene.Net.Analysis.TokenStream
Declaration
public override TokenStream Create(TokenStream input)
Parameters
| Type | Name | Description |
|---|---|---|
| TokenStream | input |
Returns
| Type | Description |
|---|---|
| TokenStream |