Uses of Class
com.azure.search.documents.indexes.models.SplitSkill
Packages that use SplitSkill
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of SplitSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SplitSkillModifier and TypeMethodDescriptionSplitSkill.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).SplitSkill.setDefaultLanguageCode
(SplitSkillLanguage defaultLanguageCode) Set the defaultLanguageCode property: A value indicating which language code to use.SplitSkill.setDescription
(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.SplitSkill.setMaximumPageLength
(Integer maximumPageLength) Set the maximumPageLength property: The desired maximum page length.Set the name property: The name of the skill which uniquely identifies it within the skillset.SplitSkill.setTextSplitMode
(TextSplitMode textSplitMode) Set the textSplitMode property: A value indicating which split mode to perform.