{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "DataObjectSearchIndexConf - Metadata API", "description": "Represents the source Data 360 data model object (DMO) for Search Answers and holds the search index that Search Answers uses when searching DMO records.", "file_information": ".dataObjectSearchIndexConf", "directory_location": "dataObjectSearchIndexConfs", "fields_columns": [ "type", "required", "description" ], "fields": { "application": { "type": "string", "required": true, "description": "The name of the app that the Search Answers index is associated with." }, "channel": { "type": "string", "description": "The search channel that the Search Answers configuration applies to." }, "masterLabel": { "type": "string", "required": true, "description": "The name of the Search Answers configuration." }, "nameFieldReference": { "type": "string", "required": true, "description": "The name field of the DMO selected as a source for Search Answers." }, "objectReference": { "type": "string", "required": true, "description": "The DMO that the Search Answers configuration applies to." }, "retriever": { "type": "string", "description": "The retriever that accesses the Search Answers indexed data." }, "searchIndex": { "type": "string", "required": true, "description": "The name of the search index mapped to the DMO." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "The following is an example of a DataObjectSearchIndexConf component.", "code": "\n\n\tSearchAnswers\n\tSharedIndex\n\tSearchAnswers\n\tName__c\n\tAccount__dlm\n\tsearchAnswersIndex\n" } ] }