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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET