Class IndexTypes
The index types stored in the Lucene Index
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Examine
Assembly: Umbraco.Infrastructure.dll
Syntax
public static class IndexTypes
Fields
View SourceContent
The content index type
Declaration
public const string Content = "content"
Field Value
Type | Description |
---|---|
System.String |
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.String |
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.String |
Remarks
Is lower case because the Standard Analyzer requires lower case