| Package | Description |
|---|---|
| com.azure.search.models |
Package containing the data models for SearchServiceRestClient.
|
| Modifier and Type | Method and Description |
|---|---|
FieldMappingFunction |
FieldMapping.getMappingFunction()
Get the mappingFunction property: A function to apply to each source
field value before indexing.
|
FieldMappingFunction |
FieldMappingFunction.setName(String name)
Set the name property: The name of the field mapping function.
|
FieldMappingFunction |
FieldMappingFunction.setParameters(Map<String,Object> parameters)
Set the parameters property: A dictionary of parameter name/value pairs
to pass to the function.
|
| Modifier and Type | Method and Description |
|---|---|
FieldMapping |
FieldMapping.setMappingFunction(FieldMappingFunction mappingFunction)
Set the mappingFunction property: A function to apply to each source
field value before indexing.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.