From b28214193e231191cf3d734a0fb7d21607a7763c Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Fri, 5 Feb 2021 14:50:09 +0000 Subject: [PATCH] Update docs --- .../metric/geo-line/geo-line-aggregation-usage.asciidoc | 4 ++-- docs/aggregations/metric/rate/rate-aggregation-usage.asciidoc | 4 ++-- .../high-level/mapping/fluent-mapping.asciidoc | 2 +- docs/high-level.asciidoc | 2 -- docs/search/searching-runtime-fields.asciidoc | 4 ++-- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/aggregations/metric/geo-line/geo-line-aggregation-usage.asciidoc b/docs/aggregations/metric/geo-line/geo-line-aggregation-usage.asciidoc index 86417ea0746..e4a535af119 100644 --- a/docs/aggregations/metric/geo-line/geo-line-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/geo-line/geo-line-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/master :github: https://github.com/elastic/elasticsearch-net @@ -7,7 +7,7 @@ //// IMPORTANT NOTE ============== -This file has been generated from https://github.com/elastic/elasticsearch-net/tree/7.x/src/Tests/Tests/Aggregations/Metric/GeoLine/GeoLineAggregationUsageTests.cs. +This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/Tests/Aggregations/Metric/GeoLine/GeoLineAggregationUsageTests.cs. If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file, please modify the original csharp file found at the link and submit the PR with that change. Thanks! //// diff --git a/docs/aggregations/metric/rate/rate-aggregation-usage.asciidoc b/docs/aggregations/metric/rate/rate-aggregation-usage.asciidoc index 226cfb9621a..a0ac9248a9e 100644 --- a/docs/aggregations/metric/rate/rate-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/rate/rate-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/master :github: https://github.com/elastic/elasticsearch-net @@ -7,7 +7,7 @@ //// IMPORTANT NOTE ============== -This file has been generated from https://github.com/elastic/elasticsearch-net/tree/7.x/src/Tests/Tests/Aggregations/Metric/Rate/RateAggregationUsageTests.cs. +This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/Tests/Aggregations/Metric/Rate/RateAggregationUsageTests.cs. If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file, please modify the original csharp file found at the link and submit the PR with that change. Thanks! //// diff --git a/docs/client-concepts/high-level/mapping/fluent-mapping.asciidoc b/docs/client-concepts/high-level/mapping/fluent-mapping.asciidoc index 506a1b1ac0e..578f9dcdb95 100644 --- a/docs/client-concepts/high-level/mapping/fluent-mapping.asciidoc +++ b/docs/client-concepts/high-level/mapping/fluent-mapping.asciidoc @@ -414,7 +414,7 @@ var createIndexResponse = _client.Indices.Create("myindex", c => c } ---- -It's not necessary to define a type for the runtime field mapping. Runtime fields can optionally be defined +It's not necessary to define a type for the runtime field mapping. Runtime fields can optionally be defined by providing a `string` name. [source,csharp] diff --git a/docs/high-level.asciidoc b/docs/high-level.asciidoc index 47c00a49c6f..30575f6ca77 100644 --- a/docs/high-level.asciidoc +++ b/docs/high-level.asciidoc @@ -211,8 +211,6 @@ include::search/scrolling-documents.asciidoc[] include::{output-dir}/covariant-hits/covariant-search-results.asciidoc[] -include::search/searching-runtime-fields.asciidoc[] - [[aggregations]] == Aggregations diff --git a/docs/search/searching-runtime-fields.asciidoc b/docs/search/searching-runtime-fields.asciidoc index 7da66e533d3..261c2ecc8de 100644 --- a/docs/search/searching-runtime-fields.asciidoc +++ b/docs/search/searching-runtime-fields.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/master :github: https://github.com/elastic/elasticsearch-net @@ -7,7 +7,7 @@ //// IMPORTANT NOTE ============== -This file has been generated from https://github.com/elastic/elasticsearch-net/tree/7.x/src/Tests/Tests/Search/SearchingRuntimeFields.doc.cs. +This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/Tests/Search/SearchingRuntimeFields.doc.cs. If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file, please modify the original csharp file found at the link and submit the PR with that change. Thanks! ////