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.
Implements
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.Sandbox.Queries
Assembly: Lucene.Net.Sandbox.dll
Syntax
[Obsolete("Use FuzzyTermsEnum instead.")]
public class SlowFuzzyTermsEnum : FuzzyTermsEnum, IBytesRefIterator
Constructors
| Improve this Doc View SourceSlowFuzzyTermsEnum(Terms, AttributeSource, Term, Single, Int32)
Declaration
public SlowFuzzyTermsEnum(Terms terms, AttributeSource atts, Term term, float minSimilarity, int prefixLength)
Parameters
Type | Name | Description |
---|---|---|
Terms | terms | |
AttributeSource | atts | |
Term | term | |
System.Single | minSimilarity | |
System.Int32 | prefixLength |
Methods
| Improve this Doc View SourceMaxEditDistanceChanged(BytesRef, Int32, Boolean)
Declaration
protected override void MaxEditDistanceChanged(BytesRef lastTerm, int maxEdits, bool init)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | lastTerm | |
System.Int32 | maxEdits | |
System.Boolean | init |