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
DateHour
Will be indexed DateTime but with precision only to the hour represented as a long
public const string DateHour = "date.hour"
Field Value
DateMinute
Will be indexed DateTime but with precision only to the minute represented as a long
public const string DateMinute = "date.minute"
Field Value
DateMonth
Will be indexed DateTime but with precision only to the month represented as a long
public const string DateMonth = "date.month"
Field Value
DateTime
Will be indexed DateTime represented as a long
public const string DateTime = "datetime"
Field Value
DateYear
Will be indexed DateTime but with precision only to the year represented as a long
public const string DateYear = "date.year"
Field Value
Double
Will be indexed as a double
public const string Double = "double"
Field Value
EmailAddress
Will be indexed with an email address analyzer
public const string EmailAddress = "emailaddress"
Field Value
FacetDateDay
Facetable version of DateDay
public const string FacetDateDay = "facetdate.day"
Field Value
FacetDateHour
Facetable version of DateHour
public const string FacetDateHour = "facetdate.hour"
Field Value
FacetDateMinute
Facetable version of DateMinute
public const string FacetDateMinute = "facetdate.minute"
Field Value
FacetDateMonth
Facetable version of DateMonth
public const string FacetDateMonth = "facetdate.month"
Field Value
FacetDateTime
Facetable version of DateTime
public const string FacetDateTime = "facetdatetime"
Field Value
FacetDateYear
Facetable version of DateYear
public const string FacetDateYear = "facetdate.year"
Field Value
FacetDouble
Facetable version of Double
public const string FacetDouble = "facetdouble"
Field Value
FacetFloat
Facetable version of Float
public const string FacetFloat = "facetfloat"
Field Value
FacetFullText
Facetable version of FullText
public const string FacetFullText = "facetfulltext"
Field Value
FacetFullTextSortable
Facetable version of FullTextSortable
public const string FacetFullTextSortable = "facetfulltextsortable"
Field Value
FacetInteger
Facetable version of Integer
public const string FacetInteger = "facetint"
Field Value
FacetLong
Facetable version of Long
public const string FacetLong = "facetlong"
Field Value
FacetTaxonomyDateDay
Facetable version of DateDay stored in the Taxonomy Index
public const string FacetTaxonomyDateDay = "facettaxonomydate.day"
Field Value
FacetTaxonomyDateHour
Facetable version of DateHour stored in the Taxonomy Index
public const string FacetTaxonomyDateHour = "facettaxonomydate.hour"
Field Value
FacetTaxonomyDateMinute
Facetable version of DateMinute stored in the Taxonomy Index
public const string FacetTaxonomyDateMinute = "facettaxonomydate.minute"
Field Value
FacetTaxonomyDateMonth
Facetable version of DateMonth stored in the Taxonomy Index
public const string FacetTaxonomyDateMonth = "facettaxonomydate.month"
Field Value
FacetTaxonomyDateTime
Facetable version of DateTime stored in the Taxonomy Index
public const string FacetTaxonomyDateTime = "facettaxonomydatetime"
Field Value
FacetTaxonomyDateYear
Facetable version of DateYear stored in the Taxonomy Index
public const string FacetTaxonomyDateYear = "facettaxonomydate.year"
Field Value
FacetTaxonomyDouble
Facetable version of Double stored in the Taxonomy Index
public const string FacetTaxonomyDouble = "facettaxonomydouble"
Field Value
FacetTaxonomyFloat
Facetable version of Float stored in the Taxonomy Index
public const string FacetTaxonomyFloat = "facettaxonomyfloat"
Field Value
FacetTaxonomyFullText
Facetable version of FullText stored in the Taxonomy Index
public const string FacetTaxonomyFullText = "facettaxonomyfulltext"
Field Value
FacetTaxonomyFullTextSortable
Facetable version of FullTextSortable stored in the Taxonomy Index
public const string FacetTaxonomyFullTextSortable = "facettaxonomyfulltextsortable"
Field Value
FacetTaxonomyInteger
Facetable version of Integer stored in the Taxonomy Index
public const string FacetTaxonomyInteger = "facettaxonomyint"
Field Value
FacetTaxonomyLong
Facetable version of Long stored in the Taxonomy Index
public const string FacetTaxonomyLong = "facettaxonomylong"
Field Value
Float
Will be indexed as a float
public const string Float = "float"
Field Value
FullText
The default type, will be indexed with the specified indexer's analyzer
public const string FullText = "fulltext"
Field Value
FullTextSortable
Will be indexed with the specified indexer's analyzer and with a sorting field
public const string FullTextSortable = "fulltextsortable"
Field Value
Integer
Will be indexed as an integer
public const string Integer = "int"
Field Value
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
Long
Will be indexed as a long
public const string Long = "long"
Field Value
Raw
Will be indexed without analysis
public const string Raw = "raw"