Class FuzzyTermsEnum
Subclass of TermsEnum for enumerating all terms that are similar to the specified filter term.
Term enumerations are always ordered by Comparer. Each term in the enumeration is greater than all that precede it.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class FuzzyTermsEnum : TermsEnum, IBytesRefIterator
Constructors
Name | Description |
---|---|
FuzzyTermsEnum(Terms, AttributeSource, Term, Single, Int32, Boolean) | Constructor for enumeration of all terms from specified After calling the constructor the enumeration is already pointing to the first valid term if such a term exists. |
Fields
Name | Description |
---|---|
m_maxEdits | |
m_minSimilarity | |
m_raw | |
m_realPrefixLength | |
m_scaleFactor | |
m_termLength | |
m_terms | |
m_termText |
Properties
Name | Description |
---|---|
Comparer | |
DocFreq | |
MinSimilarity | @lucene.internal |
Ord | |
ScaleFactor | @lucene.internal |
Term | |
TotalTermFreq |
Methods
Name | Description |
---|---|
Docs(IBits, DocsEnum, DocsFlags) | |
DocsAndPositions(IBits, DocsAndPositionsEnum, DocsAndPositionsFlags) | |
GetAutomatonEnum(Int32, BytesRef) | Return an automata-based enum for matching up to |
GetTermState() | |
MaxEditDistanceChanged(BytesRef, Int32, Boolean) | |
Next() | |
SeekCeil(BytesRef) | |
SeekExact(BytesRef) | |
SeekExact(BytesRef, TermState) | |
SeekExact(Int64) | |
SetEnum(TermsEnum) | Swap in a new actual enum to proxy to |