Table of Contents

Enum Examineness

Namespace
Examine.Search
Assembly
Examine.Core.dll

Different ways to match terms

public enum Examineness

Fields

[Obsolete("No longer used, use WithBoost instead.")] Boosted = 5

Makes the term rank differently than normal

ComplexWildcard = 2

Wildcard matching multiple characters

Default = 100

A normal field query

[Obsolete("Use phrase instead")] Escaped = 4

Becomes exact match

[Obsolete("Use default instead")] Explicit = 3

A normal field query

Fuzzy = 0

Matches terms using 'fuzzy' logic

Phrase = 7

Makes the term a phrase query

Proximity = 6

Searches for terms within a proximity of each other

SimpleWildcard = 1

Wildcard matching a single character