Show / Hide Table of Contents

    Namespace Lucene.Net.Analysis.Id

    Analyzer for Indonesian.

    Classes

    IndonesianAnalyzer

    Analyzer for Indonesian (Bahasa)

    IndonesianStemFilter

    A TokenFilter that applies IndonesianStemmer to stem Indonesian words.

    IndonesianStemFilterFactory

    Factory for IndonesianStemFilter.

    <fieldType name="text_idstem" class="solr.TextField" positionIncrementGap="100">
      <analyzer>
        <tokenizer class="solr.StandardTokenizerFactory"/>
        <filter class="solr.LowerCaseFilterFactory"/>
        <filter class="solr.IndonesianStemFilterFactory" stemDerivational="true"/>
      </analyzer>
    </fieldType>

    IndonesianStemmer

    Stemmer for Indonesian.

    Stems Indonesian words with the algorithm presented in: A Study of Stemming Effects on Information Retrieval in Bahasa Indonesia, Fadillah Z Tala. http://www.illc.uva.nl/Publications/ResearchReports/MoL-2003-02.text.pdf

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