I need to find a way to find the field value (GUID value) of results from Sitecore search index viewer.
Same thing when we click on Sitecore indexviewer and search for index in return provides a result with number of documents(fieldvalues and field name). Now I need to exclude all the fields which start with "__" and I need to exclude these fields in config file.
Please provide a way on how can I find the field values and the code on how to exclude fields values in config field.