Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed broken links for indexing in search topics #9054

Merged
merged 6 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ms.prod: search

# Microsoft Graph connectors overview

[Microsoft 365](https://www.microsoft.com/microsoft-365) is a complete, intelligent solution that empowers users and organizations with innovative productivity experiences and rich insights to increase efficiency and drive business growth. Microsoft Graph is the data fabric that powers these intelligent experiences, and the [Microsoft Search API](/graph/api/resources/indexing-api-overview) provides access to this data and intelligence.
[Microsoft 365](https://www.microsoft.com/microsoft-365) is a complete, intelligent solution that empowers users and organizations with innovative productivity experiences and rich insights to increase efficiency and drive business growth. Microsoft Graph is the data fabric that powers these intelligent experiences, and the [Microsoft Search API](/graph/api/resources/connectors-api-overview) provides access to this data and intelligence.

Although most information workers spend much of their work time within productivity applications such as Microsoft 365, they also need a way to integrate that environment with the enterprise applications and other on-premises and SaaS cloud software and services that they use. Examples include enterprise resource planning (ERP) applications, customer resource management (CRM) applications, intranet applications, wikis, blogs, and social networking sites.

Expand Down
2 changes: 1 addition & 1 deletion concepts/connecting-external-content-manage-connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ To remove all items that were indexed via a connection, you can [delete a connec
## Next steps

- [Register the connection schema](connecting-external-content-manage-schema.md)
- [Review the Microsoft Graph connectors API reference](/graph/api/resources/indexing-api-overview)
- [Review the Microsoft Graph connectors API reference](/graph/api/resources/connectors-api-overview)
- [Download the sample search connector from GitHub](https://github.com/microsoftgraph/msgraph-search-connector-sample)
2 changes: 1 addition & 1 deletion concepts/connecting-external-content-manage-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ Ultimately, the choice of data refresh strategy depends on your data type and co

- [Use external groups to manage permissions](connecting-external-content-external-groups.md)
- [Query using the Microsoft Search API](search-concept-overview.md#why-use-the-microsoft-search-api)
- [Review the Microsoft Graph connectors API reference](/graph/api/resources/indexing-api-overview)
- [Review the Microsoft Graph connectors API reference](/graph/api/resources/connectors-api-overview)
- [Search custom types (externalItem)](search-concept-custom-types.md)
- [Download the sample search connector from GitHub](https://github.com/microsoftgraph/msgraph-search-connector-sample)
2 changes: 1 addition & 1 deletion concepts/connecting-external-content-manage-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Adding a semantic label can affect experiences like Relevance and Viva Topics.
## Next steps

- [Add items to the connection](connecting-external-content-manage-items.md)
- [Review the Microsoft Graph connectors API reference](/graph/api/resources/indexing-api-overview)
- [Review the Microsoft Graph connectors API reference](/graph/api/resources/connectors-api-overview)
- [Search custom types (externalItem)](search-concept-custom-types.md)
- [Build your first custom Microsoft Graph connector](/graph/connecting-external-content-build-quickstart)

2 changes: 1 addition & 1 deletion concepts/search-concept-custom-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ms.prod: "search"

# Use the Microsoft Search API to search custom types imported using Microsoft Graph connectors

Use the Microsoft Search API in Microsoft Graph to search across external content ingested and indexed by [Microsoft Graph connectors](/microsoftsearch/connectors-overview). The content is imported either via [built-in connectors](https://www.microsoft.com/microsoft-search/connectors) provided by Microsoft, or via custom connectors implemented by using the [Microsoft Graph connectors ingestion API](/graph/api/resources/indexing-api-overview).
Use the Microsoft Search API in Microsoft Graph to search across external content ingested and indexed by [Microsoft Graph connectors](/microsoftsearch/connectors-overview). The content is imported either via [built-in connectors](https://www.microsoft.com/microsoft-search/connectors) provided by Microsoft, or via custom connectors implemented by using the [Microsoft Graph connectors ingestion API](/graph/api/resources/connectors-api-overview).

[!INCLUDE [search-schema-updated](../includes/search-schema-updated.md)]

Expand Down
4 changes: 2 additions & 2 deletions concepts/search-concept-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The Microsoft Search API provides one unified search endpoint that you can use t

Use [Microsoft Graph connectors](/microsoftsearch/connectors-overview) to include data outside of the Microsoft cloud in your search experience. For instance, connect to an organization's human resources database or product catalog. Then use the Microsoft Search API to seamlessly [query](/graph/api/search-query) the external data source.

Browse the [Microsoft Graph connectors gallery](/microsoftsearch/connectors-gallery) to find ready-to-use connectors. Alternatively, you can [build your own connectors](/graph/api/resources/indexing-api-overview#common-use-cases) to index external custom items and query specific external data sources.
Browse the [Microsoft Graph connectors gallery](/microsoftsearch/connectors-gallery) to find ready-to-use connectors. Alternatively, you can [build your own connectors](/graph/api/resources/connectors-api-overview#common-use-cases) to index external custom items and query specific external data sources.

### Consistent, up-to-date search experience

Expand All @@ -44,7 +44,7 @@ Looking for the API reference for this service?

- [Use the Microsoft Search API to query data v1.0](/graph/api/resources/search-api-overview?view=graph-rest-1.0&preserve-view=true)
- [Use the Microsoft Search API to query data beta](/graph/api/resources/search-api-overview?view=graph-rest-beta&preserve-view=true)
- [Use the Microsoft Search API to index data](/graph/api/resources/indexing-api-overview)
- [Use the Microsoft Search API to index data](/graph/api/resources/connectors-api-overview)
- [Use the Microsoft Search API to manage administrative search answers beta](/graph/api/resources/search-api-answers-overview?view=graph-rest-beta&preserve-view=true) (preview)

## Next steps
Expand Down
Loading