| Package | Description |
|---|---|
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| 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.setTargetFieldName(String targetFieldName)
Set the targetFieldName property: The name of the target field in the
index.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexer |
SearchIndexer.setFieldMappings(FieldMapping... fieldMappings)
Set the fieldMappings property: Defines mappings between fields in the
data source and corresponding target fields in the index.
|
SearchIndexer |
SearchIndexer.setOutputFieldMappings(FieldMapping... outputFieldMappings)
Set the outputFieldMappings property: Output field mappings are applied
after enrichment and immediately before indexing.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.