Uses of Class
com.azure.search.documents.indexes.models.FieldMapping
Packages that use FieldMapping
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of FieldMapping in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return FieldMappingModifier and TypeMethodDescriptionFieldMapping.setMappingFunction
(FieldMappingFunction mappingFunction) Set the mappingFunction property: A function to apply to each source field value before indexing.FieldMapping.setTargetFieldName
(String targetFieldName) Set the targetFieldName property: The name of the target field in the index.Methods in com.azure.search.documents.indexes.models that return types with arguments of type FieldMappingModifier and TypeMethodDescriptionSearchIndexer.getFieldMappings()
Get the fieldMappings property: Defines mappings between fields in the data source and corresponding target fields in the index.SearchIndexer.getOutputFieldMappings()
Get the outputFieldMappings property: Output field mappings are applied after enrichment and immediately before indexing.Methods in com.azure.search.documents.indexes.models with parameters of type FieldMappingModifier and TypeMethodDescriptionSearchIndexer.setFieldMappings
(FieldMapping... fieldMappings) Set the fieldMappings property: Defines mappings between fields in the data source and corresponding target fields in the index.SearchIndexer.setOutputFieldMappings
(FieldMapping... outputFieldMappings) Set the outputFieldMappings property: Output field mappings are applied after enrichment and immediately before indexing.Method parameters in com.azure.search.documents.indexes.models with type arguments of type FieldMappingModifier and TypeMethodDescriptionSearchIndexer.setFieldMappings
(List<FieldMapping> fieldMappings) Set the fieldMappings property: Defines mappings between fields in the data source and corresponding target fields in the index.SearchIndexer.setOutputFieldMappings
(List<FieldMapping> outputFieldMappings) Set the outputFieldMappings property: Output field mappings are applied after enrichment and immediately before indexing.