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.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public class Among
Constructors
Name | Description |
---|---|
Among(String, Int32, Int32, String, SnowballProgram) |
Properties
Name | Description |
---|---|
Length | search string |
Method | method to use if substring matches |
MethodObject | object to invoke method on |
Result | result of the lookup |
S | search string |
SubstringIndex | index to longest matching substring |