Class IrishLowerCaseFilter
Normalises token text to lower case, handling t-prothesis and n-eclipsis (i.e., that 'nAthair' should become 'n-athair')
Implements
IDisposable
  Inherited Members
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
      IDisposable