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
    Namespace: Lucene.Net.Tartarus.Snowball
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public class Among : object

    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
    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 © 2020 Licensed to the Apache Software Foundation (ASF)