Enum Examineness
Different ways to match terms
public enum Examineness
Fields
Boosted = 5Makes the term rank differently than normal
ComplexWildcard = 2Wildcard matching multiple characters
Escaped = 4Becomes exact match
Explicit = 3A normal phrase query
Fuzzy = 0Matches terms using 'fuzzy' logic
Proximity = 6Searches for terms within a proximity of each other
SimpleWildcard = 1Wildcard matching a single character