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
DefaultFacetsName
The default field name for storing facet information
public const string DefaultFacetsName = "$facets"
Field Value
ItemIdFieldName
Used to store a non-tokenized type for the document
public const string ItemIdFieldName = "__NodeId"
Field Value
ItemTypeFieldName
Used to store the item type for a document
public const string ItemTypeFieldName = "__NodeTypeAlias"
Field Value
SortedFieldNamePrefix
The prefix added to a field when it is included in the index for sorting
public const string SortedFieldNamePrefix = "__Sort_"
Field Value
SpecialFieldPrefix
The prefix characters denoting a special field stored in the lucene index for use internally
public const string SpecialFieldPrefix = "__"