diff --git a/solutions/search/search-pipelines.md b/solutions/search/search-pipelines.md index 5d3416f0cd..b582d28ab2 100644 --- a/solutions/search/search-pipelines.md +++ b/solutions/search/search-pipelines.md @@ -1,4 +1,6 @@ --- +mapped_pages: + - https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ingest-pipeline-search.html applies_to: stack: --- @@ -214,4 +216,4 @@ You should not rename this pipeline. * `ent-search-generic-ingestion` - Since 8.5, Native Connectors, Connector Clients, and new (>8.4) Elastic web crawler indices all made use of this pipeline by default. This pipeline evolved into the `search-default-ingestion` pipeline. * `search-default-ingestion` - Since 9.0, Connectors have made use of this pipeline by default. You can [read more about this pipeline](#ingest-pipeline-search-details-generic-reference) above. As this pipeline is "managed", any modifications that were made to `app_search_crawler` and/or `ent_search_crawler` should NOT be made to `search-default-ingestion`. Instead, if such customizations are desired, you should utilize [Index-specific ingest pipelines](#ingest-pipeline-search-details-specific), placing all modifications in the `@custom` pipeline(s). -:::: \ No newline at end of file +::::