IndexingParametersConfiguration.MarkdownParsingSubmode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the submode that will determine whether a markdown file will be parsed into exactly one search document or multiple search documents. Default is oneToMany
.
public Azure.Search.Documents.Indexes.Models.MarkdownParsingSubmode? MarkdownParsingSubmode { get; set; }
member this.MarkdownParsingSubmode : Nullable<Azure.Search.Documents.Indexes.Models.MarkdownParsingSubmode> with get, set
Public Property MarkdownParsingSubmode As Nullable(Of MarkdownParsingSubmode)