Graph Connectors Experience and Copilot

Documents which are surfaced in Microsoft Search show up in the search experiences in office.com, Bing for Business and in SharePoint Online. Moreover, Graph Connected results also are surfaced for answer generation within the Microsoft Copilot.

More details on configuring Microsoft Search for indexing documents can be found at Microsoft Search - Indexing Configuration . Please also consider the configuration recommendations at Microsoft’s knowledge bases.

On the other hand, the RheinInsights Retrieval Suite can query Microsoft Search and display the search results. A detailed explanation on configuring Microsoft Search for query-side purposes is given at Microsoft Search - Query Configuration .

Adaptive Card

{
    "type": "AdaptiveCard",
    "version": "1.3",
    "body": [
        {
            "type": "ColumnSet",
            "columns": [
                {
                    "type": "Column",
                    "width": "auto",
                    "items": [
                        {
                            "type": "Image",
                            "url": "${iconUrl}",
                            "horizontalAlignment": "center",
                            "size": "small"
                        }
                    ],
                    "horizontalAlignment": "center"
                },
                {
                    "type": "Column",
                    "width": "stretch",
                    "items": [
                        {
                            "type": "ColumnSet",
                            "columns": [
                                {
                                    "type": "Column",
                                    "width": "auto",
                                    "items": [
                                        {
                                            "type": "TextBlock",
                                            "text": "[${title}](${url})",
                                            "weight": "bolder",
                                            "size": "medium",
                                            "maxLines": 3,
                                            "color": "accent"
                                        }
                                    ],
                                    "spacing": "none"
                                }
                            ],
                            "spacing": "small"
                        },
                        {
                            "type": "TextBlock",
                            "text": "[${url}](${url})",
                            "spacing": "small",
                            "weight": "bolder",
                            "color": "dark"
                        },
                        {
                            "type": "Container",
                            "items": [
                                {
                                    "type": "TextBlock",
                                    "text": "Modified on {{DATE(${lastModifiedDate})}}",
                                    "spacing": "small",
                                    "$when": "${lastModifiedDate!=''}"
                                }
                            ],
                            "spacing": "small"
                        },
                        {
                            "type": "TextBlock",
                            "text": "${ResultSnippet}",
                            "maxLines": 2,
                            "wrap": true,
                            "spacing": "small"
                        }
                    ],
                    "spacing": "medium"
                }
            ]
        }
    ],
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json"
}

Indexing Latency

Please note the following considerations for Microsoft Search with Graph Connectors

  1. When groups change, it can take up to 8 hours until Microsoft Search reflects the updates in the security permissions. In particular, this means that after the initial crawl it takes this long until search results show up.

  2. Microsoft Search does not accept more than 5 documents per second for indexing.