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

84 строки
5.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.FieldMappingFunction"
fullName: "com.azure.search.models.FieldMappingFunction"
name: "FieldMappingFunction"
nameWithType: "FieldMappingFunction"
summary: "Represents a function that transforms a value from a data source before indexing."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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 **FieldMappingFunction**"
constructors:
- uid: "com.azure.search.models.FieldMappingFunction.FieldMappingFunction()"
fullName: "com.azure.search.models.FieldMappingFunction.FieldMappingFunction()"
name: "FieldMappingFunction()"
nameWithType: "FieldMappingFunction.FieldMappingFunction()"
syntax: "public FieldMappingFunction()"
methods:
- uid: "com.azure.search.models.FieldMappingFunction.getName()"
fullName: "com.azure.search.models.FieldMappingFunction.getName()"
name: "getName()"
nameWithType: "FieldMappingFunction.getName()"
summary: "Get the name property: The name of the field mapping function."
syntax: "public String getName()"
desc: "Get the name property: The name of the field mapping function."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.FieldMappingFunction.getParameters()"
fullName: "com.azure.search.models.FieldMappingFunction.getParameters()"
name: "getParameters()"
nameWithType: "FieldMappingFunction.getParameters()"
summary: "Get the parameters property: A dictionary of parameter name/value pairs to pass to the function."
syntax: "public Map<String,Object> getParameters()"
desc: "Get the parameters property: A dictionary of parameter name/value pairs to pass to the function. Each value must be of a primitive type."
returns:
description: "the parameters value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- uid: "com.azure.search.models.FieldMappingFunction.setName(java.lang.String)"
fullName: "com.azure.search.models.FieldMappingFunction.setName(String name)"
name: "setName(String name)"
nameWithType: "FieldMappingFunction.setName(String name)"
summary: "Set the name property: The name of the field mapping function."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public FieldMappingFunction setName(String name)"
desc: "Set the name property: The name of the field mapping function."
returns:
description: "the FieldMappingFunction object itself."
type: "<xref href=\"com.azure.search.models.FieldMappingFunction?alt=com.azure.search.models.FieldMappingFunction&text=FieldMappingFunction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.FieldMappingFunction.setParameters(java.util.Map<java.lang.String,java.lang.Object>)"
fullName: "com.azure.search.models.FieldMappingFunction.setParameters(Map<String,Object> parameters)"
name: "setParameters(Map<String,Object> parameters)"
nameWithType: "FieldMappingFunction.setParameters(Map<String,Object> parameters)"
summary: "Set the parameters property: A dictionary of parameter name/value pairs to pass to the function."
parameters:
- description: "the parameters value to set."
name: "parameters"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
syntax: "public FieldMappingFunction setParameters(Map<String,Object> parameters)"
desc: "Set the parameters property: A dictionary of parameter name/value pairs to pass to the function. Each value must be of a primitive type."
returns:
description: "the FieldMappingFunction object itself."
type: "<xref href=\"com.azure.search.models.FieldMappingFunction?alt=com.azure.search.models.FieldMappingFunction&text=FieldMappingFunction\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Represents a function that transforms a value from a data source before indexing."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1