Table of Contents

Interface IExamineValue

Namespace
Examine.Search
Assembly
Examine.Core.dll

Represents a value used in a query like IQuery

public interface IExamineValue

Properties

Examineness

Different ways to match terms

Examineness Examineness { get; }

Property Value

Examineness

Level

The level

float Level { get; }

Property Value

float

Value

The value

string Value { get; }

Property Value

string