Show / Hide Table of Contents

    Namespace Lucene.Net.Analysis.Ga

    Analysis for Irish.

    Classes

    IrishAnalyzer

    Analyzer for Irish.

    IrishLowerCaseFilter

    Normalises token text to lower case, handling t-prothesis and n-eclipsis (i.e., that 'nAthair' should become 'n-athair')

    IrishLowerCaseFilterFactory

    Factory for IrishLowerCaseFilter.

    <fieldType name="text_ga" class="solr.TextField" positionIncrementGap="100">
      <analyzer>
        <tokenizer class="solr.StandardTokenizerFactory"/>
        <filter class="solr.IrishLowerCaseFilterFactory"/>
      </analyzer>
    </fieldType>
    • Improve this Doc
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)