Table of Contents

Class ExamineFieldNames

Namespace
Examine
Assembly
Examine.Core.dll

Constant names for speciffic fields

public static class ExamineFieldNames
Inheritance
ExamineFieldNames
Inherited Members

Fields

CategoryFieldName

Used to store a non-tokenized key for the document for the Category

public const string CategoryFieldName = "__IndexType"

Field Value

string

DefaultFacetsName

The default field name for storing facet information

public const string DefaultFacetsName = "$facets"

Field Value

string

ItemIdFieldName

Used to store a non-tokenized type for the document

public const string ItemIdFieldName = "__NodeId"

Field Value

string

ItemTypeFieldName

Used to store the item type for a document

public const string ItemTypeFieldName = "__NodeTypeAlias"

Field Value

string

SortedFieldNamePrefix

The prefix added to a field when it is included in the index for sorting

public const string SortedFieldNamePrefix = "__Sort_"

Field Value

string

SpecialFieldPrefix

The prefix characters denoting a special field stored in the lucene index for use internally

public const string SpecialFieldPrefix = "__"

Field Value

string