Uses of Class
com.azure.search.documents.indexes.models.MarkdownParsingSubmode
Packages that use MarkdownParsingSubmode
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of MarkdownParsingSubmode in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as MarkdownParsingSubmodeModifier and TypeFieldDescriptionstatic final MarkdownParsingSubmodeMarkdownParsingSubmode.ONE_TO_MANYIndicates that each section of the markdown file (up to a specified depth) will be parsed into individual search documents.static final MarkdownParsingSubmodeMarkdownParsingSubmode.ONE_TO_ONEIndicates that each markdown file will be parsed into a single search document.Methods in com.azure.search.documents.indexes.models that return MarkdownParsingSubmodeModifier and TypeMethodDescriptionstatic MarkdownParsingSubmodeMarkdownParsingSubmode.fromString(String name) Creates or finds a MarkdownParsingSubmode from its string representation.IndexingParametersConfiguration.getMarkdownParsingSubmode()Get the markdownParsingSubmode property: Specifies the submode that will determine whether a markdown file will be parsed into exactly one search document or multiple search documents.Methods in com.azure.search.documents.indexes.models that return types with arguments of type MarkdownParsingSubmodeModifier and TypeMethodDescriptionstatic Collection<MarkdownParsingSubmode> MarkdownParsingSubmode.values()Gets known MarkdownParsingSubmode values.Methods in com.azure.search.documents.indexes.models with parameters of type MarkdownParsingSubmodeModifier and TypeMethodDescriptionIndexingParametersConfiguration.setMarkdownParsingSubmode(MarkdownParsingSubmode markdownParsingSubmode) Set the markdownParsingSubmode property: Specifies the submode that will determine whether a markdown file will be parsed into exactly one search document or multiple search documents.