Uses of Class
com.azure.search.documents.indexes.models.MarkdownHeaderDepth
Packages that use MarkdownHeaderDepth
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of MarkdownHeaderDepth in com.azure.search.documents.indexes.models
Subclasses with type arguments of type MarkdownHeaderDepth in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classSpecifies the max header depth that will be considered while grouping markdown content.Fields in com.azure.search.documents.indexes.models declared as MarkdownHeaderDepthModifier and TypeFieldDescriptionstatic final MarkdownHeaderDepthMarkdownHeaderDepth.H1Indicates that headers up to a level of h1 will be considered while grouping markdown content.static final MarkdownHeaderDepthMarkdownHeaderDepth.H2Indicates that headers up to a level of h2 will be considered while grouping markdown content.static final MarkdownHeaderDepthMarkdownHeaderDepth.H3Indicates that headers up to a level of h3 will be considered while grouping markdown content.static final MarkdownHeaderDepthMarkdownHeaderDepth.H4Indicates that headers up to a level of h4 will be considered while grouping markdown content.static final MarkdownHeaderDepthMarkdownHeaderDepth.H5Indicates that headers up to a level of h5 will be considered while grouping markdown content.static final MarkdownHeaderDepthMarkdownHeaderDepth.H6Indicates that headers up to a level of h6 will be considered while grouping markdown content.Methods in com.azure.search.documents.indexes.models that return MarkdownHeaderDepthModifier and TypeMethodDescriptionstatic MarkdownHeaderDepthMarkdownHeaderDepth.fromString(String name) Creates or finds a MarkdownHeaderDepth from its string representation.IndexingParametersConfiguration.getMarkdownHeaderDepth()Get the markdownHeaderDepth property: Specifies the max header depth that will be considered while grouping markdown content.Methods in com.azure.search.documents.indexes.models that return types with arguments of type MarkdownHeaderDepthModifier and TypeMethodDescriptionstatic Collection<MarkdownHeaderDepth> MarkdownHeaderDepth.values()Gets known MarkdownHeaderDepth values.Methods in com.azure.search.documents.indexes.models with parameters of type MarkdownHeaderDepthModifier and TypeMethodDescriptionIndexingParametersConfiguration.setMarkdownHeaderDepth(MarkdownHeaderDepth markdownHeaderDepth) Set the markdownHeaderDepth property: Specifies the max header depth that will be considered while grouping markdown content.