Table of Contents

Struct FilterTerm

Namespace
Examine.Search
Assembly
Examine.Core.dll

Term

public struct FilterTerm
Inherited Members

Constructors

FilterTerm(string, string)

Constructor

public FilterTerm(string fieldName, string fieldValue)

Parameters

fieldName string

Name of the Field

fieldValue string

Value of the Term

Properties

FieldName

Name of the Field

public readonly string FieldName { get; }

Property Value

string

FieldValue

Value of the Term

public readonly string FieldValue { get; }

Property Value

string