Show / Hide Table of Contents

    Namespace Lucene.Net.Analysis.Fi

    Analyzer for Finnish.

    Classes

    FinnishAnalyzer

    Analyzer for Finnish.

    FinnishLightStemFilter

    A TokenFilter that applies FinnishLightStemmer to stem Finnish words.

    To prevent terms from being stemmed use an instance of SetKeywordMarkerFilter or a custom TokenFilter that sets the KeywordAttribute before this TokenStream.

    FinnishLightStemFilterFactory

    Factory for FinnishLightStemFilter.

    <fieldType name="text_filgtstem" class="solr.TextField" positionIncrementGap="100">
      <analyzer>
        <tokenizer class="solr.StandardTokenizerFactory"/>
        <filter class="solr.LowerCaseFilterFactory"/>
        <filter class="solr.FinnishLightStemFilterFactory"/>
      </analyzer>
    </fieldType>

    FinnishLightStemmer

    Light Stemmer for Finnish.

    This stemmer implements the algorithm described in: Report on CLEF-2003 Monolingual Tracks Jacques Savoy

    • Improve this Doc
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)