Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Namespace Lucene.Net.Analysis.Id

    Analyzer for Indonesian.

    Classes

    IndonesianAnalyzer

    Lucene.Net.Analysis.Analyzer for Indonesian (Bahasa)

    IndonesianStemFilter

    A Lucene.Net.Analysis.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 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.