Uses of Class
com.azure.search.documents.indexes.models.MergeSkill
Packages that use MergeSkill
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of MergeSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return MergeSkillModifier and TypeMethodDescriptionMergeSkill.setContext
(String context) Set the context property: Represents the level at which operations take place, such as the document root or document content (for example, /document or /document/content).MergeSkill.setDescription
(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.MergeSkill.setInsertPostTag
(String insertPostTag) Set the insertPostTag property: The tag indicates the end of the merged text.MergeSkill.setInsertPreTag
(String insertPreTag) Set the insertPreTag property: The tag indicates the start of the merged text.Set the name property: The name of the skill which uniquely identifies it within the skillset.