Class IndexTypes
The index types stored in the Lucene Index
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Examine
Assembly: cs.temp.dll.dll
Syntax
public static class IndexTypes
Fields
Content
The content index type
Declaration
public const string Content = "content"
Field Value
Type | Description |
---|---|
System. |
Remarks
Is lower case because the Standard Analyzer requires lower case
Media
The media index type
Declaration
public const string Media = "media"
Field Value
Type | Description |
---|---|
System. |
Remarks
Is lower case because the Standard Analyzer requires lower case
Member
The member index type
Declaration
public const string Member = "member"
Field Value
Type | Description |
---|---|
System. |
Remarks
Is lower case because the Standard Analyzer requires lower case