共用方式為


MarkdownParsingSubmode.OneToMany Property

Definition

Indicates that each section of the markdown file (up to a specified depth) will be parsed into individual search documents. This can result in a single markdown file producing multiple search documents. This is the default sub-mode.

public static Azure.Search.Documents.Indexes.Models.MarkdownParsingSubmode OneToMany { get; }
static member OneToMany : Azure.Search.Documents.Indexes.Models.MarkdownParsingSubmode
Public Shared ReadOnly Property OneToMany As MarkdownParsingSubmode

Property Value

Applies to