MarkdownParsingSubmode.OneToMany 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.
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
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