Table of Contents

Class FieldDefinitionTypes

Namespace
Examine
Assembly
Examine.Core.dll

Contains the names of field definition types

public static class FieldDefinitionTypes
Inheritance
FieldDefinitionTypes
Inherited Members

Fields

DateDay

Will be indexed DateTime but with precision only to the day represented as a long

public const string DateDay = "date.day"

Field Value

string

DateHour

Will be indexed DateTime but with precision only to the hour represented as a long

public const string DateHour = "date.hour"

Field Value

string

DateMinute

Will be indexed DateTime but with precision only to the minute represented as a long

public const string DateMinute = "date.minute"

Field Value

string

DateMonth

Will be indexed DateTime but with precision only to the month represented as a long

public const string DateMonth = "date.month"

Field Value

string

DateTime

Will be indexed DateTime represented as a long

public const string DateTime = "datetime"

Field Value

string

DateYear

Will be indexed DateTime but with precision only to the year represented as a long

public const string DateYear = "date.year"

Field Value

string

Double

Will be indexed as a double

public const string Double = "double"

Field Value

string

EmailAddress

Will be indexed with an email address analyzer

public const string EmailAddress = "emailaddress"

Field Value

string

FacetDateDay

Facetable version of DateDay

public const string FacetDateDay = "facetdate.day"

Field Value

string

FacetDateHour

Facetable version of DateHour

public const string FacetDateHour = "facetdate.hour"

Field Value

string

FacetDateMinute

Facetable version of DateMinute

public const string FacetDateMinute = "facetdate.minute"

Field Value

string

FacetDateMonth

Facetable version of DateMonth

public const string FacetDateMonth = "facetdate.month"

Field Value

string

FacetDateTime

Facetable version of DateTime

public const string FacetDateTime = "facetdatetime"

Field Value

string

FacetDateYear

Facetable version of DateYear

public const string FacetDateYear = "facetdate.year"

Field Value

string

FacetDouble

Facetable version of Double

public const string FacetDouble = "facetdouble"

Field Value

string

FacetFloat

Facetable version of Float

public const string FacetFloat = "facetfloat"

Field Value

string

FacetFullText

Facetable version of FullText

public const string FacetFullText = "facetfulltext"

Field Value

string

FacetFullTextSortable

Facetable version of FullTextSortable

public const string FacetFullTextSortable = "facetfulltextsortable"

Field Value

string

FacetInteger

Facetable version of Integer

public const string FacetInteger = "facetint"

Field Value

string

FacetLong

Facetable version of Long

public const string FacetLong = "facetlong"

Field Value

string

FacetTaxonomyDateDay

Facetable version of DateDay stored in the Taxonomy Index

public const string FacetTaxonomyDateDay = "facettaxonomydate.day"

Field Value

string

FacetTaxonomyDateHour

Facetable version of DateHour stored in the Taxonomy Index

public const string FacetTaxonomyDateHour = "facettaxonomydate.hour"

Field Value

string

FacetTaxonomyDateMinute

Facetable version of DateMinute stored in the Taxonomy Index

public const string FacetTaxonomyDateMinute = "facettaxonomydate.minute"

Field Value

string

FacetTaxonomyDateMonth

Facetable version of DateMonth stored in the Taxonomy Index

public const string FacetTaxonomyDateMonth = "facettaxonomydate.month"

Field Value

string

FacetTaxonomyDateTime

Facetable version of DateTime stored in the Taxonomy Index

public const string FacetTaxonomyDateTime = "facettaxonomydatetime"

Field Value

string

FacetTaxonomyDateYear

Facetable version of DateYear stored in the Taxonomy Index

public const string FacetTaxonomyDateYear = "facettaxonomydate.year"

Field Value

string

FacetTaxonomyDouble

Facetable version of Double stored in the Taxonomy Index

public const string FacetTaxonomyDouble = "facettaxonomydouble"

Field Value

string

FacetTaxonomyFloat

Facetable version of Float stored in the Taxonomy Index

public const string FacetTaxonomyFloat = "facettaxonomyfloat"

Field Value

string

FacetTaxonomyFullText

Facetable version of FullText stored in the Taxonomy Index

public const string FacetTaxonomyFullText = "facettaxonomyfulltext"

Field Value

string

FacetTaxonomyFullTextSortable

Facetable version of FullTextSortable stored in the Taxonomy Index

public const string FacetTaxonomyFullTextSortable = "facettaxonomyfulltextsortable"

Field Value

string

FacetTaxonomyInteger

Facetable version of Integer stored in the Taxonomy Index

public const string FacetTaxonomyInteger = "facettaxonomyint"

Field Value

string

FacetTaxonomyLong

Facetable version of Long stored in the Taxonomy Index

public const string FacetTaxonomyLong = "facettaxonomylong"

Field Value

string

Float

Will be indexed as a float

public const string Float = "float"

Field Value

string

FullText

The default type, will be indexed with the specified indexer's analyzer

public const string FullText = "fulltext"

Field Value

string

FullTextSortable

Will be indexed with the specified indexer's analyzer and with a sorting field

public const string FullTextSortable = "fulltextsortable"

Field Value

string

Integer

Will be indexed as an integer

public const string Integer = "int"

Field Value

string

InvariantCultureIgnoreCase

Will be indexed with a culture invariant whitespace analyzer, this is what is used for 'special' prefixed fields

public const string InvariantCultureIgnoreCase = "invariantcultureignorecase"

Field Value

string

Long

Will be indexed as a long

public const string Long = "long"

Field Value

string

Raw

Will be indexed without analysis

public const string Raw = "raw"

Field Value

string