Class SlowFuzzyTermsEnum
Potentially slow fuzzy TermsEnum for enumerating all terms that are similar to the specified filter term.
If the minSimilarity or maxEdits is greater than the Automaton's allowable range, this backs off to the classic (brute force) fuzzy terms enum method by calling GetAutomatonEnum(Int32, BytesRef).
Term enumerations are always ordered by Comparer. Each term in the enumeration is greater than all that precede it.
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.Sandbox.dll
Syntax
[Obsolete("Use FuzzyTermsEnum instead.")]
[Serializable]
public class SlowFuzzyTermsEnum : FuzzyTermsEnum, IBytesRefIterator
Constructors
Name | Description |
---|---|
SlowFuzzyTermsEnum(Terms, AttributeSource, Term, Single, Int32) |
Methods
Name | Description |
---|---|
MaxEditDistanceChanged(BytesRef, Int32, Boolean) |