Class IrishLowerCaseFilter
Normalises token text to lower case, handling t-prothesis and n-eclipsis (i.e., that 'nAthair' should become 'n-athair')
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Analysis.Ga
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class IrishLowerCaseFilter : TokenFilter, IDisposable
Constructors
| Improve this Doc View SourceIrishLowerCaseFilter(TokenStream)
Create an IrishLowerCaseFilter that normalises Irish token text.
Declaration
public IrishLowerCaseFilter(TokenStream in)
Parameters
Type | Name | Description |
---|---|---|
TokenStream | in |
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override bool IncrementToken()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
Implements
System.IDisposable