Uses of Class
com.azure.search.documents.indexes.models.FieldMappingFunction
Packages that use FieldMappingFunction
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of FieldMappingFunction in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return FieldMappingFunctionModifier and TypeMethodDescriptionstatic FieldMappingFunctionFieldMappingFunction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FieldMappingFunction from the JsonReader.FieldMapping.getMappingFunction()Get the mappingFunction property: A function to apply to each source field value before indexing.FieldMappingFunction.setParameters(Map<String, Object> parameters) Set the parameters property: A dictionary of parameter name/value pairs to pass to the function.Methods in com.azure.search.documents.indexes.models with parameters of type FieldMappingFunctionModifier and TypeMethodDescriptionFieldMapping.setMappingFunction(FieldMappingFunction mappingFunction) Set the mappingFunction property: A function to apply to each source field value before indexing.