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)
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET