azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.search.models.Mer...

97 строки
7.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.MergeSkill"
fullName: "com.azure.search.models.MergeSkill"
name: "MergeSkill"
nameWithType: "MergeSkill"
summary: "A skill for merging two or more strings into a single unified string, with an optional user-defined delimiter separating each component part."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.Skill?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.search.models.Skill?alt=com.azure.search.models.Skill&text=Skill\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.search.models.Skill.getContext()?alt=com.azure.search.models.Skill.getContext&text=getContext\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.Skill.getDescription()?alt=com.azure.search.models.Skill.getDescription&text=getDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.Skill.getInputs()?alt=com.azure.search.models.Skill.getInputs&text=getInputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.Skill.getName()?alt=com.azure.search.models.Skill.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.Skill.getOutputs()?alt=com.azure.search.models.Skill.getOutputs&text=getOutputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.Skill.setContext(java.lang.String)?alt=com.azure.search.models.Skill.setContext&text=setContext\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.Skill.setDescription(java.lang.String)?alt=com.azure.search.models.Skill.setDescription&text=setDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.Skill.setInputs(java.util.List<com.azure.search.models.InputFieldMappingEntry>)?alt=com.azure.search.models.Skill.setInputs&text=setInputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.Skill.setName(java.lang.String)?alt=com.azure.search.models.Skill.setName&text=setName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.Skill.setOutputs(java.util.List<com.azure.search.models.OutputFieldMappingEntry>)?alt=com.azure.search.models.Skill.setOutputs&text=setOutputs\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **MergeSkill**</br> extends <xref href=\"com.azure.search.models.Skill?alt=com.azure.search.models.Skill&text=Skill\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.search.models.MergeSkill.MergeSkill()"
fullName: "com.azure.search.models.MergeSkill.MergeSkill()"
name: "MergeSkill()"
nameWithType: "MergeSkill.MergeSkill()"
syntax: "public MergeSkill()"
methods:
- uid: "com.azure.search.models.MergeSkill.getInsertPostTag()"
fullName: "com.azure.search.models.MergeSkill.getInsertPostTag()"
name: "getInsertPostTag()"
nameWithType: "MergeSkill.getInsertPostTag()"
summary: "Get the insert<wbr>Post<wbr>Tag property: The tag indicates the end of the merged text."
syntax: "public String getInsertPostTag()"
desc: "Get the insertPostTag property: The tag indicates the end of the merged text. By default, the tag is an empty space."
returns:
description: "the insertPostTag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.MergeSkill.getInsertPreTag()"
fullName: "com.azure.search.models.MergeSkill.getInsertPreTag()"
name: "getInsertPreTag()"
nameWithType: "MergeSkill.getInsertPreTag()"
summary: "Get the insert<wbr>Pre<wbr>Tag property: The tag indicates the start of the merged text."
syntax: "public String getInsertPreTag()"
desc: "Get the insertPreTag property: The tag indicates the start of the merged text. By default, the tag is an empty space."
returns:
description: "the insertPreTag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.MergeSkill.setInsertPostTag(java.lang.String)"
fullName: "com.azure.search.models.MergeSkill.setInsertPostTag(String insertPostTag)"
name: "setInsertPostTag(String insertPostTag)"
nameWithType: "MergeSkill.setInsertPostTag(String insertPostTag)"
summary: "Set the insert<wbr>Post<wbr>Tag property: The tag indicates the end of the merged text."
parameters:
- description: "the insertPostTag value to set."
name: "insertPostTag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MergeSkill setInsertPostTag(String insertPostTag)"
desc: "Set the insertPostTag property: The tag indicates the end of the merged text. By default, the tag is an empty space."
returns:
description: "the MergeSkill object itself."
type: "<xref href=\"com.azure.search.models.MergeSkill?alt=com.azure.search.models.MergeSkill&text=MergeSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.MergeSkill.setInsertPreTag(java.lang.String)"
fullName: "com.azure.search.models.MergeSkill.setInsertPreTag(String insertPreTag)"
name: "setInsertPreTag(String insertPreTag)"
nameWithType: "MergeSkill.setInsertPreTag(String insertPreTag)"
summary: "Set the insert<wbr>Pre<wbr>Tag property: The tag indicates the start of the merged text."
parameters:
- description: "the insertPreTag value to set."
name: "insertPreTag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MergeSkill setInsertPreTag(String insertPreTag)"
desc: "Set the insertPreTag property: The tag indicates the start of the merged text. By default, the tag is an empty space."
returns:
description: "the MergeSkill object itself."
type: "<xref href=\"com.azure.search.models.MergeSkill?alt=com.azure.search.models.MergeSkill&text=MergeSkill\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A skill for merging two or more strings into a single unified string, with an optional user-defined delimiter separating each component part."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1