Enum Examineness
Different ways to match terms
public enum Examineness
Fields
[Obsolete("No longer used, use WithBoost instead.")] Boosted = 5Makes the term rank differently than normal
ComplexWildcard = 2Wildcard matching multiple characters
Default = 100A normal field query
[Obsolete("Use phrase instead")] Escaped = 4Becomes exact match
[Obsolete("Use default instead")] Explicit = 3A normal field query
Fuzzy = 0Matches terms using 'fuzzy' logic
Phrase = 7Makes the term a phrase query
Proximity = 6Searches for terms within a proximity of each other
SimpleWildcard = 1Wildcard matching a single character