Uses of Class
com.azure.search.documents.indexes.models.OutputFieldMappingEntry
Packages that use OutputFieldMappingEntry
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of OutputFieldMappingEntry in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return OutputFieldMappingEntryModifier and TypeMethodDescriptionOutputFieldMappingEntry.setTargetName
(String targetName) Set the targetName property: The target name of the output.Methods in com.azure.search.documents.indexes.models that return types with arguments of type OutputFieldMappingEntryModifier and TypeMethodDescriptionSearchIndexerSkill.getOutputs()
Get the outputs property: The output of a skill is either a field in a search index, or a value that can be consumed as an input by another skill.