| Package | Description |
|---|---|
| com.azure.search.models |
Package containing the data models for SearchServiceRestClient.
|
| 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.
|
FieldMapping |
FieldMapping.setSourceFieldName(String sourceFieldName)
Set the sourceFieldName property: The name of the field in the data
source.
|
FieldMapping |
FieldMapping.setTargetFieldName(String targetFieldName)
Set the targetFieldName property: The name of the target field in the
index.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.