public final class MergeSkill extends SearchIndexerSkill
| Constructor and Description |
|---|
MergeSkill(List<InputFieldMappingEntry> inputs,
List<OutputFieldMappingEntry> outputs)
Constructor of
MergeSkill. |
| Modifier and Type | Method and Description |
|---|---|
String |
getInsertPostTag()
Get the insertPostTag property: The tag indicates the end of the merged
text.
|
String |
getInsertPreTag()
Get the insertPreTag property: The tag indicates the start of the merged
text.
|
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.
|
getContext, getDescription, getInputs, getName, getOutputs, setContext, setDescription, setNamepublic MergeSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs)
MergeSkill.inputs - Inputs of the skills could be a column in the source data set, or the
output of an upstream skill.outputs - The output of a skill is either a field in a search index, or a valuepublic String getInsertPreTag()
public MergeSkill setInsertPreTag(String insertPreTag)
insertPreTag - the insertPreTag value to set.public String getInsertPostTag()
public MergeSkill setInsertPostTag(String insertPostTag)
insertPostTag - the insertPostTag value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.