Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Among

    This is the rev 502 of the Snowball SVN trunk, but modified: made abstract and introduced abstract method stem to avoid expensive reflection in filter class. refactored StringBuffers to StringBuilder uses char[] as buffer instead of StringBuffer/StringBuilder eq_s,eq_s_b,insert,replace_s take CharSequence like eq_v and eq_v_b reflection calls (Lovins, etc) use EMPTY_ARGS/EMPTY_PARAMS

    Inheritance
    System.Object
    Among
    Inherited Members
    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.Tartarus.Snowball
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public class Among

    Constructors

    | Improve this Doc View Source

    Among(String, Int32, Int32, String, SnowballProgram)

    Declaration
    public Among(string s, int substring_i, int result, string methodname, SnowballProgram methodobject)
    Parameters
    Type Name Description
    System.String s
    System.Int32 substring_i
    System.Int32 result
    System.String methodname
    SnowballProgram methodobject

    Properties

    | Improve this Doc View Source

    Length

    search string

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Method

    method to use if substring matches

    Declaration
    public MethodInfo Method { get; }
    Property Value
    Type Description
    System.Reflection.MethodInfo
    | Improve this Doc View Source

    MethodObject

    object to invoke method on

    Declaration
    public SnowballProgram MethodObject { get; }
    Property Value
    Type Description
    SnowballProgram
    | Improve this Doc View Source

    Result

    result of the lookup

    Declaration
    public int Result { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    S

    search string

    Declaration
    public char[] S { get; }
    Property Value
    Type Description
    System.Char[]
    | Improve this Doc View Source

    SubstringIndex

    index to longest matching substring

    Declaration
    public int SubstringIndex { get; }
    Property Value
    Type Description
    System.Int32
    • 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.