Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class JapaneseAnalyzer

    Analyzer for Japanese that uses morphological analysis.

    Inheritance
    System.Object
    Lucene.Net.Analysis.Analyzer
    Lucene.Net.Analysis.Util.StopwordAnalyzerBase
    JapaneseAnalyzer
    Implements
    System.IDisposable
    Inherited Members
    Lucene.Net.Analysis.Util.StopwordAnalyzerBase.m_stopwords
    Lucene.Net.Analysis.Util.StopwordAnalyzerBase.m_matchVersion
    Lucene.Net.Analysis.Util.StopwordAnalyzerBase.StopwordSet
    Lucene.Net.Analysis.Util.StopwordAnalyzerBase.LoadStopwordSet(System.Boolean, System.Type, System.String, System.String)
    Lucene.Net.Analysis.Util.StopwordAnalyzerBase.LoadStopwordSet(System.IO.FileInfo, Lucene.Net.Util.LuceneVersion)
    Lucene.Net.Analysis.Util.StopwordAnalyzerBase.LoadStopwordSet(System.IO.TextReader, Lucene.Net.Util.LuceneVersion)
    Analyzer.NewAnonymous(Func<String, TextReader, TokenStreamComponents>)
    Analyzer.NewAnonymous(Func<String, TextReader, TokenStreamComponents>, ReuseStrategy)
    Analyzer.NewAnonymous(Func<String, TextReader, TokenStreamComponents>, Func<String, TextReader, TextReader>)
    Analyzer.NewAnonymous(Func<String, TextReader, TokenStreamComponents>, Func<String, TextReader, TextReader>, ReuseStrategy)
    Analyzer.GetTokenStream(String, TextReader)
    Analyzer.GetTokenStream(String, String)
    Analyzer.InitReader(String, TextReader)
    Analyzer.GetPositionIncrementGap(String)
    Analyzer.GetOffsetGap(String)
    Lucene.Net.Analysis.Analyzer.Strategy
    Lucene.Net.Analysis.Analyzer.Dispose()
    Analyzer.Dispose(Boolean)
    Lucene.Net.Analysis.Analyzer.GLOBAL_REUSE_STRATEGY
    Lucene.Net.Analysis.Analyzer.PER_FIELD_REUSE_STRATEGY
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Analysis.Ja
    Assembly: Lucene.Net.Analysis.Kuromoji.dll
    Syntax
    public class JapaneseAnalyzer : StopwordAnalyzerBase, IDisposable

    Constructors

    | Improve this Doc View Source

    JapaneseAnalyzer(LuceneVersion)

    Declaration
    public JapaneseAnalyzer(LuceneVersion matchVersion)
    Parameters
    Type Name Description
    Lucene.Net.Util.LuceneVersion matchVersion
    | Improve this Doc View Source

    JapaneseAnalyzer(LuceneVersion, UserDictionary, JapaneseTokenizerMode, CharArraySet, ISet<String>)

    Declaration
    public JapaneseAnalyzer(LuceneVersion matchVersion, UserDictionary userDict, JapaneseTokenizerMode mode, CharArraySet stopwords, ISet<string> stoptags)
    Parameters
    Type Name Description
    Lucene.Net.Util.LuceneVersion matchVersion
    UserDictionary userDict
    JapaneseTokenizerMode mode
    Lucene.Net.Analysis.Util.CharArraySet stopwords
    System.Collections.Generic.ISet<System.String> stoptags

    Methods

    | Improve this Doc View Source

    CreateComponents(String, TextReader)

    Declaration
    protected override TokenStreamComponents CreateComponents(string fieldName, TextReader reader)
    Parameters
    Type Name Description
    System.String fieldName
    System.IO.TextReader reader
    Returns
    Type Description
    Lucene.Net.Analysis.TokenStreamComponents
    Overrides
    Analyzer.CreateComponents(String, TextReader)
    | Improve this Doc View Source

    GetDefaultStopSet()

    Declaration
    public static CharArraySet GetDefaultStopSet()
    Returns
    Type Description
    Lucene.Net.Analysis.Util.CharArraySet
    | Improve this Doc View Source

    GetDefaultStopTags()

    Declaration
    public static ISet<string> GetDefaultStopTags()
    Returns
    Type Description
    System.Collections.Generic.ISet<System.String>

    Implements

    System.IDisposable

    See Also

    JapaneseTokenizer
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.