Question 24:
In Azure cognitive search, an indexer for text content simplifies the complex process of loading an index by providing a mechanism for connecting to and reading text from fields in a data source. It serializes that content as JSON documents and hands-off those documents to the search engine for indexing. To create an indexer for text content, what are the required properties that you need? (select three answer choices)
Answer options:
A.dataSourceName B.searchIndexerClient C.targetIndexName D.name E.fieldMappings