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