Uses of Class
com.azure.search.documents.indexes.models.FieldMappingFunction
Packages that use FieldMappingFunction
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of FieldMappingFunction in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return FieldMappingFunctionModifier and TypeMethodDescriptionFieldMapping.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.