Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Content

    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

    View Source

    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

    View Source

    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

    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • Content
      • Media
      • Member
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX