diff --git a/docs/aggregations/aggregation-meta-usage.asciidoc b/docs/aggregations/aggregation-meta-usage.asciidoc index e9acc70eed4..48b7bd4c675 100644 --- a/docs/aggregations/aggregation-meta-usage.asciidoc +++ b/docs/aggregations/aggregation-meta-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/adjacency-matrix/adjacency-matrix-usage.asciidoc b/docs/aggregations/bucket/adjacency-matrix/adjacency-matrix-usage.asciidoc index 0ab4ea71186..2947bafccdc 100644 --- a/docs/aggregations/bucket/adjacency-matrix/adjacency-matrix-usage.asciidoc +++ b/docs/aggregations/bucket/adjacency-matrix/adjacency-matrix-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/auto-date-histogram/auto-date-histogram-aggregation-usage.asciidoc b/docs/aggregations/bucket/auto-date-histogram/auto-date-histogram-aggregation-usage.asciidoc index 00e50edf6e2..335e529a894 100644 --- a/docs/aggregations/bucket/auto-date-histogram/auto-date-histogram-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/auto-date-histogram/auto-date-histogram-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net @@ -76,7 +76,7 @@ new AutoDateHistogramAggregation("projects_started_per_month") "auto_date_histogram": { "field": "startedOn", "buckets": 10, - "format": "yyyy-MM-dd'T'HH:mm:ss||date_optional_time", + "format": "yyyy-MM-dd'T'HH:mm:ss||date_optional_time", <1> "missing": "2015-06-06T12:01:02.123" }, "aggs": { @@ -96,6 +96,7 @@ new AutoDateHistogramAggregation("projects_started_per_month") } } ---- +<1> Note the inclusion of `date_optional_time` to `format` ==== Handling responses diff --git a/docs/aggregations/bucket/children/children-aggregation-usage.asciidoc b/docs/aggregations/bucket/children/children-aggregation-usage.asciidoc index e4dd3d9f73f..d5b6556fa14 100644 --- a/docs/aggregations/bucket/children/children-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/children/children-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/composite/composite-aggregation-usage.asciidoc b/docs/aggregations/bucket/composite/composite-aggregation-usage.asciidoc index b7fb7232aa2..11d18b6680c 100644 --- a/docs/aggregations/bucket/composite/composite-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/composite/composite-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/date-histogram/date-histogram-aggregation-usage.asciidoc b/docs/aggregations/bucket/date-histogram/date-histogram-aggregation-usage.asciidoc index ce20f2f8d13..addbc5ac5d6 100644 --- a/docs/aggregations/bucket/date-histogram/date-histogram-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/date-histogram/date-histogram-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net @@ -86,7 +86,7 @@ new DateHistogramAggregation("projects_started_per_month") "field": "startedOn", "calendar_interval": "month", "min_doc_count": 2, - "format": "yyyy-MM-dd'T'HH:mm:ss||date_optional_time", + "format": "yyyy-MM-dd'T'HH:mm:ss||date_optional_time", <1> "order": { "_count": "asc" }, @@ -113,6 +113,7 @@ new DateHistogramAggregation("projects_started_per_month") } } ---- +<1> Note the inclusion of `date_optional_time` to `format` ==== Handling responses diff --git a/docs/aggregations/bucket/date-range/date-range-aggregation-usage.asciidoc b/docs/aggregations/bucket/date-range/date-range-aggregation-usage.asciidoc index c444a6a1da5..62f06de2b0e 100644 --- a/docs/aggregations/bucket/date-range/date-range-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/date-range/date-range-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/diversified-sampler/diversified-sampler-aggregation-usage.asciidoc b/docs/aggregations/bucket/diversified-sampler/diversified-sampler-aggregation-usage.asciidoc index 2d5b2a7104a..de4b26bfcf3 100644 --- a/docs/aggregations/bucket/diversified-sampler/diversified-sampler-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/diversified-sampler/diversified-sampler-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/filter/filter-aggregation-usage.asciidoc b/docs/aggregations/bucket/filter/filter-aggregation-usage.asciidoc index a78d77f33b4..92eb65b7c7a 100644 --- a/docs/aggregations/bucket/filter/filter-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/filter/filter-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/filters/filters-aggregation-usage.asciidoc b/docs/aggregations/bucket/filters/filters-aggregation-usage.asciidoc index a0bad40a1cc..9f14d10623c 100644 --- a/docs/aggregations/bucket/filters/filters-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/filters/filters-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/geo-distance/geo-distance-aggregation-usage.asciidoc b/docs/aggregations/bucket/geo-distance/geo-distance-aggregation-usage.asciidoc index c8af7bc0201..eb61c8086b6 100644 --- a/docs/aggregations/bucket/geo-distance/geo-distance-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/geo-distance/geo-distance-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/geo-hash-grid/geo-hash-grid-aggregation-usage.asciidoc b/docs/aggregations/bucket/geo-hash-grid/geo-hash-grid-aggregation-usage.asciidoc index 4b5650d3df5..695a220e67f 100644 --- a/docs/aggregations/bucket/geo-hash-grid/geo-hash-grid-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/geo-hash-grid/geo-hash-grid-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/geo-tile-grid/geo-tile-grid-aggregation-usage.asciidoc b/docs/aggregations/bucket/geo-tile-grid/geo-tile-grid-aggregation-usage.asciidoc index a893c4e91af..5edb3e8a27d 100644 --- a/docs/aggregations/bucket/geo-tile-grid/geo-tile-grid-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/geo-tile-grid/geo-tile-grid-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/global/global-aggregation-usage.asciidoc b/docs/aggregations/bucket/global/global-aggregation-usage.asciidoc index 1fbab0d8fa5..b7c4f0c891c 100644 --- a/docs/aggregations/bucket/global/global-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/global/global-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/histogram/histogram-aggregation-usage.asciidoc b/docs/aggregations/bucket/histogram/histogram-aggregation-usage.asciidoc index 5a6662f7edd..129b51bca65 100644 --- a/docs/aggregations/bucket/histogram/histogram-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/histogram/histogram-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/ip-range/ip-range-aggregation-usage.asciidoc b/docs/aggregations/bucket/ip-range/ip-range-aggregation-usage.asciidoc index 9784680151a..2cddaec2d3b 100644 --- a/docs/aggregations/bucket/ip-range/ip-range-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/ip-range/ip-range-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/missing/missing-aggregation-usage.asciidoc b/docs/aggregations/bucket/missing/missing-aggregation-usage.asciidoc index d77fa724f58..e379e664e5c 100644 --- a/docs/aggregations/bucket/missing/missing-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/missing/missing-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/nested/nested-aggregation-usage.asciidoc b/docs/aggregations/bucket/nested/nested-aggregation-usage.asciidoc index 39644bfadd8..7b4630848ea 100644 --- a/docs/aggregations/bucket/nested/nested-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/nested/nested-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/parent/parent-aggregation-usage.asciidoc b/docs/aggregations/bucket/parent/parent-aggregation-usage.asciidoc index 1b82e347973..dc876a114de 100644 --- a/docs/aggregations/bucket/parent/parent-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/parent/parent-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/range/range-aggregation-usage.asciidoc b/docs/aggregations/bucket/range/range-aggregation-usage.asciidoc index 11f168e27b3..2e511856406 100644 --- a/docs/aggregations/bucket/range/range-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/range/range-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/rare-terms/rare-terms-aggregation-usage.asciidoc b/docs/aggregations/bucket/rare-terms/rare-terms-aggregation-usage.asciidoc index dacde51775b..992ca417291 100644 --- a/docs/aggregations/bucket/rare-terms/rare-terms-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/rare-terms/rare-terms-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/reverse-nested/reverse-nested-aggregation-usage.asciidoc b/docs/aggregations/bucket/reverse-nested/reverse-nested-aggregation-usage.asciidoc index f6188213b9f..18def309bc7 100644 --- a/docs/aggregations/bucket/reverse-nested/reverse-nested-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/reverse-nested/reverse-nested-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/sampler/sampler-aggregation-usage.asciidoc b/docs/aggregations/bucket/sampler/sampler-aggregation-usage.asciidoc index 62b421f1ccc..ce8ac606fe7 100644 --- a/docs/aggregations/bucket/sampler/sampler-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/sampler/sampler-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/significant-terms/significant-terms-aggregation-usage.asciidoc b/docs/aggregations/bucket/significant-terms/significant-terms-aggregation-usage.asciidoc index 038c6922c00..c794ee81829 100644 --- a/docs/aggregations/bucket/significant-terms/significant-terms-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/significant-terms/significant-terms-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/significant-text/significant-text-aggregation-usage.asciidoc b/docs/aggregations/bucket/significant-text/significant-text-aggregation-usage.asciidoc index b72a1a450ba..911357a7163 100644 --- a/docs/aggregations/bucket/significant-text/significant-text-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/significant-text/significant-text-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/bucket/terms/terms-aggregation-usage.asciidoc b/docs/aggregations/bucket/terms/terms-aggregation-usage.asciidoc index 628d1642ec5..993936fe2b8 100644 --- a/docs/aggregations/bucket/terms/terms-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/terms/terms-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/matrix/matrix-stats/matrix-stats-aggregation-usage.asciidoc b/docs/aggregations/matrix/matrix-stats/matrix-stats-aggregation-usage.asciidoc index 5fecf2e1509..38153234c0b 100644 --- a/docs/aggregations/matrix/matrix-stats/matrix-stats-aggregation-usage.asciidoc +++ b/docs/aggregations/matrix/matrix-stats/matrix-stats-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/average/average-aggregation-usage.asciidoc b/docs/aggregations/metric/average/average-aggregation-usage.asciidoc index 04c9598546e..a5f37e01ea5 100644 --- a/docs/aggregations/metric/average/average-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/average/average-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/boxplot/boxplot-aggregation-usage.asciidoc b/docs/aggregations/metric/boxplot/boxplot-aggregation-usage.asciidoc index 9300633cc75..c74af99cf0e 100644 --- a/docs/aggregations/metric/boxplot/boxplot-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/boxplot/boxplot-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/cardinality/cardinality-aggregation-usage.asciidoc b/docs/aggregations/metric/cardinality/cardinality-aggregation-usage.asciidoc index 7c2195c9f3e..f9e3454bde7 100644 --- a/docs/aggregations/metric/cardinality/cardinality-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/cardinality/cardinality-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/extended-stats/extended-stats-aggregation-usage.asciidoc b/docs/aggregations/metric/extended-stats/extended-stats-aggregation-usage.asciidoc index 9b9504bf8d7..2f6fca360f2 100644 --- a/docs/aggregations/metric/extended-stats/extended-stats-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/extended-stats/extended-stats-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/geo-bounds/geo-bounds-aggregation-usage.asciidoc b/docs/aggregations/metric/geo-bounds/geo-bounds-aggregation-usage.asciidoc index 6661d8e9a59..b37e7328fbf 100644 --- a/docs/aggregations/metric/geo-bounds/geo-bounds-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/geo-bounds/geo-bounds-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/geo-centroid/geo-centroid-aggregation-usage.asciidoc b/docs/aggregations/metric/geo-centroid/geo-centroid-aggregation-usage.asciidoc index 7b530e6f904..15cb88c6c7b 100644 --- a/docs/aggregations/metric/geo-centroid/geo-centroid-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/geo-centroid/geo-centroid-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/max/max-aggregation-usage.asciidoc b/docs/aggregations/metric/max/max-aggregation-usage.asciidoc index 84a8a3e28ca..abd2199433c 100644 --- a/docs/aggregations/metric/max/max-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/max/max-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/median-absolute-deviation/median-absolute-deviation-aggregation-usage.asciidoc b/docs/aggregations/metric/median-absolute-deviation/median-absolute-deviation-aggregation-usage.asciidoc index bbe2a1eac39..d11df39018b 100644 --- a/docs/aggregations/metric/median-absolute-deviation/median-absolute-deviation-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/median-absolute-deviation/median-absolute-deviation-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/min/min-aggregation-usage.asciidoc b/docs/aggregations/metric/min/min-aggregation-usage.asciidoc index 7ddea969645..45ee99d6264 100644 --- a/docs/aggregations/metric/min/min-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/min/min-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/percentile-ranks/percentile-ranks-aggregation-usage.asciidoc b/docs/aggregations/metric/percentile-ranks/percentile-ranks-aggregation-usage.asciidoc index 5194b99dfae..eed10569e28 100644 --- a/docs/aggregations/metric/percentile-ranks/percentile-ranks-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/percentile-ranks/percentile-ranks-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/percentiles/percentiles-aggregation-usage.asciidoc b/docs/aggregations/metric/percentiles/percentiles-aggregation-usage.asciidoc index 0007b34f91d..8a06b186567 100644 --- a/docs/aggregations/metric/percentiles/percentiles-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/percentiles/percentiles-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/scripted-metric/scripted-metric-aggregation-usage.asciidoc b/docs/aggregations/metric/scripted-metric/scripted-metric-aggregation-usage.asciidoc index 471212d7b68..d6eff2e2ddb 100644 --- a/docs/aggregations/metric/scripted-metric/scripted-metric-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/scripted-metric/scripted-metric-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/stats/stats-aggregation-usage.asciidoc b/docs/aggregations/metric/stats/stats-aggregation-usage.asciidoc index 967a6b0b4be..5f226762367 100644 --- a/docs/aggregations/metric/stats/stats-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/stats/stats-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/string-stats/string-stats-aggregation-usage.asciidoc b/docs/aggregations/metric/string-stats/string-stats-aggregation-usage.asciidoc index 97140c79d48..40fe68d3f4d 100644 --- a/docs/aggregations/metric/string-stats/string-stats-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/string-stats/string-stats-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/sum/sum-aggregation-usage.asciidoc b/docs/aggregations/metric/sum/sum-aggregation-usage.asciidoc index 3f367ded24d..88ed3aa5e18 100644 --- a/docs/aggregations/metric/sum/sum-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/sum/sum-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/t-test/t-test-aggregation-usage.asciidoc b/docs/aggregations/metric/t-test/t-test-aggregation-usage.asciidoc index e51fa9dca8a..ae34a8a765f 100644 --- a/docs/aggregations/metric/t-test/t-test-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/t-test/t-test-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/top-hits/top-hits-aggregation-usage.asciidoc b/docs/aggregations/metric/top-hits/top-hits-aggregation-usage.asciidoc index cb84b3bb08b..70e8297fc2a 100644 --- a/docs/aggregations/metric/top-hits/top-hits-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/top-hits/top-hits-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/top-metrics/top-metrics-aggregation-usage.asciidoc b/docs/aggregations/metric/top-metrics/top-metrics-aggregation-usage.asciidoc index a58806ae078..7c45a689100 100644 --- a/docs/aggregations/metric/top-metrics/top-metrics-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/top-metrics/top-metrics-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/value-count/value-count-aggregation-usage.asciidoc b/docs/aggregations/metric/value-count/value-count-aggregation-usage.asciidoc index 09062cc1651..3f3c72581f2 100644 --- a/docs/aggregations/metric/value-count/value-count-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/value-count/value-count-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/metric/weighted-average/weighted-average-aggregation-usage.asciidoc b/docs/aggregations/metric/weighted-average/weighted-average-aggregation-usage.asciidoc index 6dd8f1ffd1d..e26632119ab 100644 --- a/docs/aggregations/metric/weighted-average/weighted-average-aggregation-usage.asciidoc +++ b/docs/aggregations/metric/weighted-average/weighted-average-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/average-bucket/average-bucket-aggregation-usage.asciidoc b/docs/aggregations/pipeline/average-bucket/average-bucket-aggregation-usage.asciidoc index a607f3b7954..2f5c252e686 100644 --- a/docs/aggregations/pipeline/average-bucket/average-bucket-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/average-bucket/average-bucket-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/bucket-script/bucket-script-aggregation-usage.asciidoc b/docs/aggregations/pipeline/bucket-script/bucket-script-aggregation-usage.asciidoc index 036694ec7d4..66549807838 100644 --- a/docs/aggregations/pipeline/bucket-script/bucket-script-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/bucket-script/bucket-script-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/bucket-selector/bucket-selector-aggregation-usage.asciidoc b/docs/aggregations/pipeline/bucket-selector/bucket-selector-aggregation-usage.asciidoc index 21ca26060a5..f7ca44d8906 100644 --- a/docs/aggregations/pipeline/bucket-selector/bucket-selector-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/bucket-selector/bucket-selector-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/bucket-sort/bucket-sort-aggregation-usage.asciidoc b/docs/aggregations/pipeline/bucket-sort/bucket-sort-aggregation-usage.asciidoc index f2b11541e2c..444dc58dd41 100644 --- a/docs/aggregations/pipeline/bucket-sort/bucket-sort-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/bucket-sort/bucket-sort-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/cumulative-cardinality/cumulative-cardinality-aggregation-usage.asciidoc b/docs/aggregations/pipeline/cumulative-cardinality/cumulative-cardinality-aggregation-usage.asciidoc index ac9b943f2c8..26e22f8250c 100644 --- a/docs/aggregations/pipeline/cumulative-cardinality/cumulative-cardinality-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/cumulative-cardinality/cumulative-cardinality-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/cumulative-sum/cumulative-sum-aggregation-usage.asciidoc b/docs/aggregations/pipeline/cumulative-sum/cumulative-sum-aggregation-usage.asciidoc index d1f7f076596..fc2ced409f5 100644 --- a/docs/aggregations/pipeline/cumulative-sum/cumulative-sum-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/cumulative-sum/cumulative-sum-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/derivative/derivative-aggregation-usage.asciidoc b/docs/aggregations/pipeline/derivative/derivative-aggregation-usage.asciidoc index 6c7439ade7d..2b74c53fffb 100644 --- a/docs/aggregations/pipeline/derivative/derivative-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/derivative/derivative-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/extended-stats-bucket/extended-stats-bucket-aggregation-usage.asciidoc b/docs/aggregations/pipeline/extended-stats-bucket/extended-stats-bucket-aggregation-usage.asciidoc index a813bccd1a3..b5be23a1ad9 100644 --- a/docs/aggregations/pipeline/extended-stats-bucket/extended-stats-bucket-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/extended-stats-bucket/extended-stats-bucket-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/max-bucket/max-bucket-aggregation-usage.asciidoc b/docs/aggregations/pipeline/max-bucket/max-bucket-aggregation-usage.asciidoc index dfc8ba1fda7..4423ed065a3 100644 --- a/docs/aggregations/pipeline/max-bucket/max-bucket-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/max-bucket/max-bucket-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/min-bucket/min-bucket-aggregation-usage.asciidoc b/docs/aggregations/pipeline/min-bucket/min-bucket-aggregation-usage.asciidoc index 25cb99fdc8e..c677924ad65 100644 --- a/docs/aggregations/pipeline/min-bucket/min-bucket-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/min-bucket/min-bucket-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/moving-average/moving-average-ewma-aggregation-usage.asciidoc b/docs/aggregations/pipeline/moving-average/moving-average-ewma-aggregation-usage.asciidoc index 974c14355fe..a904740b0e2 100644 --- a/docs/aggregations/pipeline/moving-average/moving-average-ewma-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/moving-average/moving-average-ewma-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/moving-average/moving-average-holt-linear-aggregation-usage.asciidoc b/docs/aggregations/pipeline/moving-average/moving-average-holt-linear-aggregation-usage.asciidoc index 09b24211f10..c49bf84b598 100644 --- a/docs/aggregations/pipeline/moving-average/moving-average-holt-linear-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/moving-average/moving-average-holt-linear-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/moving-average/moving-average-holt-winters-aggregation-usage.asciidoc b/docs/aggregations/pipeline/moving-average/moving-average-holt-winters-aggregation-usage.asciidoc index fd054bd5fa1..fb7222360c7 100644 --- a/docs/aggregations/pipeline/moving-average/moving-average-holt-winters-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/moving-average/moving-average-holt-winters-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/moving-average/moving-average-linear-aggregation-usage.asciidoc b/docs/aggregations/pipeline/moving-average/moving-average-linear-aggregation-usage.asciidoc index 6fa5d2a0b97..0b82da9eff1 100644 --- a/docs/aggregations/pipeline/moving-average/moving-average-linear-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/moving-average/moving-average-linear-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/moving-average/moving-average-simple-aggregation-usage.asciidoc b/docs/aggregations/pipeline/moving-average/moving-average-simple-aggregation-usage.asciidoc index c81c28aec3d..6a676e4ba79 100644 --- a/docs/aggregations/pipeline/moving-average/moving-average-simple-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/moving-average/moving-average-simple-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/moving-function/moving-function-aggregation-usage.asciidoc b/docs/aggregations/pipeline/moving-function/moving-function-aggregation-usage.asciidoc index 1c3e3ccbd31..6cf1cd1c3d5 100644 --- a/docs/aggregations/pipeline/moving-function/moving-function-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/moving-function/moving-function-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/moving-percentiles/moving-percentiles-aggregation-usage.asciidoc b/docs/aggregations/pipeline/moving-percentiles/moving-percentiles-aggregation-usage.asciidoc index 73cf8e43eac..552415f2616 100644 --- a/docs/aggregations/pipeline/moving-percentiles/moving-percentiles-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/moving-percentiles/moving-percentiles-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/normalize/normalize-aggregation-usage.asciidoc b/docs/aggregations/pipeline/normalize/normalize-aggregation-usage.asciidoc index 06920528129..c21c685bd72 100644 --- a/docs/aggregations/pipeline/normalize/normalize-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/normalize/normalize-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/percentiles-bucket/percentiles-bucket-aggregation-usage.asciidoc b/docs/aggregations/pipeline/percentiles-bucket/percentiles-bucket-aggregation-usage.asciidoc index fd28e4af059..bd597857dec 100644 --- a/docs/aggregations/pipeline/percentiles-bucket/percentiles-bucket-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/percentiles-bucket/percentiles-bucket-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/serial-differencing/serial-differencing-aggregation-usage.asciidoc b/docs/aggregations/pipeline/serial-differencing/serial-differencing-aggregation-usage.asciidoc index 473fdee9c11..910b2dccd10 100644 --- a/docs/aggregations/pipeline/serial-differencing/serial-differencing-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/serial-differencing/serial-differencing-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/stats-bucket/stats-bucket-aggregation-usage.asciidoc b/docs/aggregations/pipeline/stats-bucket/stats-bucket-aggregation-usage.asciidoc index 5e08d15d987..d6f2be28562 100644 --- a/docs/aggregations/pipeline/stats-bucket/stats-bucket-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/stats-bucket/stats-bucket-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/pipeline/sum-bucket/sum-bucket-aggregation-usage.asciidoc b/docs/aggregations/pipeline/sum-bucket/sum-bucket-aggregation-usage.asciidoc index 8794af4d1d4..bc2f4f4d81f 100644 --- a/docs/aggregations/pipeline/sum-bucket/sum-bucket-aggregation-usage.asciidoc +++ b/docs/aggregations/pipeline/sum-bucket/sum-bucket-aggregation-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/reserved-aggregation-names.asciidoc b/docs/aggregations/reserved-aggregation-names.asciidoc index 55b6b2e27f3..4993555b12e 100644 --- a/docs/aggregations/reserved-aggregation-names.asciidoc +++ b/docs/aggregations/reserved-aggregation-names.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/aggregations/writing-aggregations.asciidoc b/docs/aggregations/writing-aggregations.asciidoc index 2114bcf344b..9b9e7d3fa12 100644 --- a/docs/aggregations/writing-aggregations.asciidoc +++ b/docs/aggregations/writing-aggregations.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/analysis/analysis-usage.asciidoc b/docs/analysis/analysis-usage.asciidoc index 0b1a341760a..aac62df29d6 100644 --- a/docs/analysis/analysis-usage.asciidoc +++ b/docs/analysis/analysis-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/analysis/token-filters/token-filter-usage.asciidoc b/docs/analysis/token-filters/token-filter-usage.asciidoc index e920c2292c1..4a1dbf674ac 100644 --- a/docs/analysis/token-filters/token-filter-usage.asciidoc +++ b/docs/analysis/token-filters/token-filter-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/certificates/working-with-certificates.asciidoc b/docs/client-concepts/certificates/working-with-certificates.asciidoc index a8eff550d92..aad31b2c198 100644 --- a/docs/client-concepts/certificates/working-with-certificates.asciidoc +++ b/docs/client-concepts/certificates/working-with-certificates.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/building-blocks/connection-pooling.asciidoc b/docs/client-concepts/connection-pooling/building-blocks/connection-pooling.asciidoc index f05da622dcf..9609af1c230 100644 --- a/docs/client-concepts/connection-pooling/building-blocks/connection-pooling.asciidoc +++ b/docs/client-concepts/connection-pooling/building-blocks/connection-pooling.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/building-blocks/date-time-providers.asciidoc b/docs/client-concepts/connection-pooling/building-blocks/date-time-providers.asciidoc index 8e7f956949c..2f8eb5f287c 100644 --- a/docs/client-concepts/connection-pooling/building-blocks/date-time-providers.asciidoc +++ b/docs/client-concepts/connection-pooling/building-blocks/date-time-providers.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/building-blocks/keeping-track-of-nodes.asciidoc b/docs/client-concepts/connection-pooling/building-blocks/keeping-track-of-nodes.asciidoc index 27bf6cc53fc..93779ec9676 100644 --- a/docs/client-concepts/connection-pooling/building-blocks/keeping-track-of-nodes.asciidoc +++ b/docs/client-concepts/connection-pooling/building-blocks/keeping-track-of-nodes.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/building-blocks/request-pipelines.asciidoc b/docs/client-concepts/connection-pooling/building-blocks/request-pipelines.asciidoc index d25dcd8ef1f..945915daa83 100644 --- a/docs/client-concepts/connection-pooling/building-blocks/request-pipelines.asciidoc +++ b/docs/client-concepts/connection-pooling/building-blocks/request-pipelines.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/building-blocks/transports.asciidoc b/docs/client-concepts/connection-pooling/building-blocks/transports.asciidoc index b92fecde243..8f3407aa8c1 100644 --- a/docs/client-concepts/connection-pooling/building-blocks/transports.asciidoc +++ b/docs/client-concepts/connection-pooling/building-blocks/transports.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/exceptions/unexpected-exceptions.asciidoc b/docs/client-concepts/connection-pooling/exceptions/unexpected-exceptions.asciidoc index cfd47462d94..570413573a2 100644 --- a/docs/client-concepts/connection-pooling/exceptions/unexpected-exceptions.asciidoc +++ b/docs/client-concepts/connection-pooling/exceptions/unexpected-exceptions.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/exceptions/unrecoverable-exceptions.asciidoc b/docs/client-concepts/connection-pooling/exceptions/unrecoverable-exceptions.asciidoc index 7bbe1256e6c..199f6542267 100644 --- a/docs/client-concepts/connection-pooling/exceptions/unrecoverable-exceptions.asciidoc +++ b/docs/client-concepts/connection-pooling/exceptions/unrecoverable-exceptions.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/failover/falling-over.asciidoc b/docs/client-concepts/connection-pooling/failover/falling-over.asciidoc index 86bb222e1ec..2cf71fb4678 100644 --- a/docs/client-concepts/connection-pooling/failover/falling-over.asciidoc +++ b/docs/client-concepts/connection-pooling/failover/falling-over.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/max-retries/respects-max-retry.asciidoc b/docs/client-concepts/connection-pooling/max-retries/respects-max-retry.asciidoc index e91ae230766..07007760d0b 100644 --- a/docs/client-concepts/connection-pooling/max-retries/respects-max-retry.asciidoc +++ b/docs/client-concepts/connection-pooling/max-retries/respects-max-retry.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/pinging/first-usage.asciidoc b/docs/client-concepts/connection-pooling/pinging/first-usage.asciidoc index cf4411c3fe3..a41b8b3ddeb 100644 --- a/docs/client-concepts/connection-pooling/pinging/first-usage.asciidoc +++ b/docs/client-concepts/connection-pooling/pinging/first-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/pinging/revival.asciidoc b/docs/client-concepts/connection-pooling/pinging/revival.asciidoc index b9fed661156..f976909fd51 100644 --- a/docs/client-concepts/connection-pooling/pinging/revival.asciidoc +++ b/docs/client-concepts/connection-pooling/pinging/revival.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/request-overrides/disable-sniff-ping-per-request.asciidoc b/docs/client-concepts/connection-pooling/request-overrides/disable-sniff-ping-per-request.asciidoc index 9671cbc341a..438f87d7513 100644 --- a/docs/client-concepts/connection-pooling/request-overrides/disable-sniff-ping-per-request.asciidoc +++ b/docs/client-concepts/connection-pooling/request-overrides/disable-sniff-ping-per-request.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/request-overrides/request-timeouts-overrides.asciidoc b/docs/client-concepts/connection-pooling/request-overrides/request-timeouts-overrides.asciidoc index 40453cc884f..4052d0a1bbb 100644 --- a/docs/client-concepts/connection-pooling/request-overrides/request-timeouts-overrides.asciidoc +++ b/docs/client-concepts/connection-pooling/request-overrides/request-timeouts-overrides.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/request-overrides/respects-allowed-status-code.asciidoc b/docs/client-concepts/connection-pooling/request-overrides/respects-allowed-status-code.asciidoc index 134bf6ffe70..b3c5d747640 100644 --- a/docs/client-concepts/connection-pooling/request-overrides/respects-allowed-status-code.asciidoc +++ b/docs/client-concepts/connection-pooling/request-overrides/respects-allowed-status-code.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/request-overrides/respects-force-node.asciidoc b/docs/client-concepts/connection-pooling/request-overrides/respects-force-node.asciidoc index b4b219d6e80..18dabf10d1b 100644 --- a/docs/client-concepts/connection-pooling/request-overrides/respects-force-node.asciidoc +++ b/docs/client-concepts/connection-pooling/request-overrides/respects-force-node.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/request-overrides/respects-max-retry-overrides.asciidoc b/docs/client-concepts/connection-pooling/request-overrides/respects-max-retry-overrides.asciidoc index f3ec614e6ee..761993dc069 100644 --- a/docs/client-concepts/connection-pooling/request-overrides/respects-max-retry-overrides.asciidoc +++ b/docs/client-concepts/connection-pooling/request-overrides/respects-max-retry-overrides.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/round-robin/round-robin.asciidoc b/docs/client-concepts/connection-pooling/round-robin/round-robin.asciidoc index 3ca99dad3c5..8f7f7fcc59c 100644 --- a/docs/client-concepts/connection-pooling/round-robin/round-robin.asciidoc +++ b/docs/client-concepts/connection-pooling/round-robin/round-robin.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/round-robin/skip-dead-nodes.asciidoc b/docs/client-concepts/connection-pooling/round-robin/skip-dead-nodes.asciidoc index f367e3f24aa..45615b96e6c 100644 --- a/docs/client-concepts/connection-pooling/round-robin/skip-dead-nodes.asciidoc +++ b/docs/client-concepts/connection-pooling/round-robin/skip-dead-nodes.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/sniffing/address-parsing.asciidoc b/docs/client-concepts/connection-pooling/sniffing/address-parsing.asciidoc index 91361fb64df..cb107c0e2cc 100644 --- a/docs/client-concepts/connection-pooling/sniffing/address-parsing.asciidoc +++ b/docs/client-concepts/connection-pooling/sniffing/address-parsing.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/sniffing/on-connection-failure.asciidoc b/docs/client-concepts/connection-pooling/sniffing/on-connection-failure.asciidoc index 4f2a03cb9c8..c67bcc4877b 100644 --- a/docs/client-concepts/connection-pooling/sniffing/on-connection-failure.asciidoc +++ b/docs/client-concepts/connection-pooling/sniffing/on-connection-failure.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/sniffing/on-stale-cluster-state.asciidoc b/docs/client-concepts/connection-pooling/sniffing/on-stale-cluster-state.asciidoc index 3ea67159d1c..38a5918f995 100644 --- a/docs/client-concepts/connection-pooling/sniffing/on-stale-cluster-state.asciidoc +++ b/docs/client-concepts/connection-pooling/sniffing/on-stale-cluster-state.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/sniffing/on-startup.asciidoc b/docs/client-concepts/connection-pooling/sniffing/on-startup.asciidoc index 6ed5b44b9ba..500b5a67e89 100644 --- a/docs/client-concepts/connection-pooling/sniffing/on-startup.asciidoc +++ b/docs/client-concepts/connection-pooling/sniffing/on-startup.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/sniffing/role-detection.asciidoc b/docs/client-concepts/connection-pooling/sniffing/role-detection.asciidoc index a0fef387098..586255e8c16 100644 --- a/docs/client-concepts/connection-pooling/sniffing/role-detection.asciidoc +++ b/docs/client-concepts/connection-pooling/sniffing/role-detection.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/sticky/skip-dead-nodes.asciidoc b/docs/client-concepts/connection-pooling/sticky/skip-dead-nodes.asciidoc index f95f79e3243..92a7d4ca35e 100644 --- a/docs/client-concepts/connection-pooling/sticky/skip-dead-nodes.asciidoc +++ b/docs/client-concepts/connection-pooling/sticky/skip-dead-nodes.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/sticky/sticky-sniffing-connection-pool.asciidoc b/docs/client-concepts/connection-pooling/sticky/sticky-sniffing-connection-pool.asciidoc index 69b7db31784..a6b595703e3 100644 --- a/docs/client-concepts/connection-pooling/sticky/sticky-sniffing-connection-pool.asciidoc +++ b/docs/client-concepts/connection-pooling/sticky/sticky-sniffing-connection-pool.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection-pooling/sticky/sticky.asciidoc b/docs/client-concepts/connection-pooling/sticky/sticky.asciidoc index 5c3ec16c315..4181a3cf01b 100644 --- a/docs/client-concepts/connection-pooling/sticky/sticky.asciidoc +++ b/docs/client-concepts/connection-pooling/sticky/sticky.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection/configuration-options.asciidoc b/docs/client-concepts/connection/configuration-options.asciidoc index 6d1d8b960ea..a359c6f18f8 100644 --- a/docs/client-concepts/connection/configuration-options.asciidoc +++ b/docs/client-concepts/connection/configuration-options.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/connection/modifying-default-connection.asciidoc b/docs/client-concepts/connection/modifying-default-connection.asciidoc index 897eeb14f7d..278de79a2a1 100644 --- a/docs/client-concepts/connection/modifying-default-connection.asciidoc +++ b/docs/client-concepts/connection/modifying-default-connection.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/analysis/testing-analyzers.asciidoc b/docs/client-concepts/high-level/analysis/testing-analyzers.asciidoc index 6250ce5d935..27af48bf0ba 100644 --- a/docs/client-concepts/high-level/analysis/testing-analyzers.asciidoc +++ b/docs/client-concepts/high-level/analysis/testing-analyzers.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/analysis/writing-analyzers.asciidoc b/docs/client-concepts/high-level/analysis/writing-analyzers.asciidoc index 79318f87fcd..d681d4eb36d 100644 --- a/docs/client-concepts/high-level/analysis/writing-analyzers.asciidoc +++ b/docs/client-concepts/high-level/analysis/writing-analyzers.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/covariant-hits/covariant-search-results.asciidoc b/docs/client-concepts/high-level/covariant-hits/covariant-search-results.asciidoc index 781d19ea068..ee9fad7570e 100644 --- a/docs/client-concepts/high-level/covariant-hits/covariant-search-results.asciidoc +++ b/docs/client-concepts/high-level/covariant-hits/covariant-search-results.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/getting-started.asciidoc b/docs/client-concepts/high-level/getting-started.asciidoc index 81bda5cbdac..e4558aa3229 100644 --- a/docs/client-concepts/high-level/getting-started.asciidoc +++ b/docs/client-concepts/high-level/getting-started.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/indexing/indexing-documents.asciidoc b/docs/client-concepts/high-level/indexing/indexing-documents.asciidoc index e5c8eab5e8d..5b81362c469 100644 --- a/docs/client-concepts/high-level/indexing/indexing-documents.asciidoc +++ b/docs/client-concepts/high-level/indexing/indexing-documents.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/indexing/ingest-nodes.asciidoc b/docs/client-concepts/high-level/indexing/ingest-nodes.asciidoc index f53b1e061a7..c1fb915aaf3 100644 --- a/docs/client-concepts/high-level/indexing/ingest-nodes.asciidoc +++ b/docs/client-concepts/high-level/indexing/ingest-nodes.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/indexing/pipelines.asciidoc b/docs/client-concepts/high-level/indexing/pipelines.asciidoc index fc65825a4ba..5bf07ed2fb4 100644 --- a/docs/client-concepts/high-level/indexing/pipelines.asciidoc +++ b/docs/client-concepts/high-level/indexing/pipelines.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/indexing/reindexing-documents.asciidoc b/docs/client-concepts/high-level/indexing/reindexing-documents.asciidoc index 95f13b3a895..175d1329873 100644 --- a/docs/client-concepts/high-level/indexing/reindexing-documents.asciidoc +++ b/docs/client-concepts/high-level/indexing/reindexing-documents.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/inference/document-paths.asciidoc b/docs/client-concepts/high-level/inference/document-paths.asciidoc index 3c1d22f7391..a0acd72f7e3 100644 --- a/docs/client-concepts/high-level/inference/document-paths.asciidoc +++ b/docs/client-concepts/high-level/inference/document-paths.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/inference/field-inference.asciidoc b/docs/client-concepts/high-level/inference/field-inference.asciidoc index 7c4bd0a4951..83aca5f84dd 100644 --- a/docs/client-concepts/high-level/inference/field-inference.asciidoc +++ b/docs/client-concepts/high-level/inference/field-inference.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/inference/ids-inference.asciidoc b/docs/client-concepts/high-level/inference/ids-inference.asciidoc index 2ec0199fe3d..d2d04c2cc77 100644 --- a/docs/client-concepts/high-level/inference/ids-inference.asciidoc +++ b/docs/client-concepts/high-level/inference/ids-inference.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/inference/index-name-inference.asciidoc b/docs/client-concepts/high-level/inference/index-name-inference.asciidoc index 9372f7a28b1..feeb28dc3b8 100644 --- a/docs/client-concepts/high-level/inference/index-name-inference.asciidoc +++ b/docs/client-concepts/high-level/inference/index-name-inference.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/inference/indices-paths.asciidoc b/docs/client-concepts/high-level/inference/indices-paths.asciidoc index 6cb07e0d55d..f93e387ac9d 100644 --- a/docs/client-concepts/high-level/inference/indices-paths.asciidoc +++ b/docs/client-concepts/high-level/inference/indices-paths.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/inference/property-inference.asciidoc b/docs/client-concepts/high-level/inference/property-inference.asciidoc index bb4060d29f7..2959d0575d5 100644 --- a/docs/client-concepts/high-level/inference/property-inference.asciidoc +++ b/docs/client-concepts/high-level/inference/property-inference.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/inference/routing-inference.asciidoc b/docs/client-concepts/high-level/inference/routing-inference.asciidoc index a497dce76db..0ae1a4c779b 100644 --- a/docs/client-concepts/high-level/inference/routing-inference.asciidoc +++ b/docs/client-concepts/high-level/inference/routing-inference.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/inference/types-and-relations-inference.asciidoc b/docs/client-concepts/high-level/inference/types-and-relations-inference.asciidoc index edcb531740d..8c9a0fd988d 100644 --- a/docs/client-concepts/high-level/inference/types-and-relations-inference.asciidoc +++ b/docs/client-concepts/high-level/inference/types-and-relations-inference.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/mapping/attribute-mapping.asciidoc b/docs/client-concepts/high-level/mapping/attribute-mapping.asciidoc index 3c864760c12..16c3f09f95a 100644 --- a/docs/client-concepts/high-level/mapping/attribute-mapping.asciidoc +++ b/docs/client-concepts/high-level/mapping/attribute-mapping.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/mapping/auto-map.asciidoc b/docs/client-concepts/high-level/mapping/auto-map.asciidoc index 8b200ad3c86..95e4bab48a0 100644 --- a/docs/client-concepts/high-level/mapping/auto-map.asciidoc +++ b/docs/client-concepts/high-level/mapping/auto-map.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/mapping/fluent-mapping.asciidoc b/docs/client-concepts/high-level/mapping/fluent-mapping.asciidoc index 3cba05f2b35..d057bad302e 100644 --- a/docs/client-concepts/high-level/mapping/fluent-mapping.asciidoc +++ b/docs/client-concepts/high-level/mapping/fluent-mapping.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/mapping/ignoring-properties.asciidoc b/docs/client-concepts/high-level/mapping/ignoring-properties.asciidoc index 4a241b6a4a3..c6d0d309cf4 100644 --- a/docs/client-concepts/high-level/mapping/ignoring-properties.asciidoc +++ b/docs/client-concepts/high-level/mapping/ignoring-properties.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/mapping/multi-fields.asciidoc b/docs/client-concepts/high-level/mapping/multi-fields.asciidoc index c700d54c6e2..c4517d64af3 100644 --- a/docs/client-concepts/high-level/mapping/multi-fields.asciidoc +++ b/docs/client-concepts/high-level/mapping/multi-fields.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/mapping/parent-child-relationships.asciidoc b/docs/client-concepts/high-level/mapping/parent-child-relationships.asciidoc index 659cbe1d3db..91c2b8c3816 100644 --- a/docs/client-concepts/high-level/mapping/parent-child-relationships.asciidoc +++ b/docs/client-concepts/high-level/mapping/parent-child-relationships.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/mapping/visitor-pattern-mapping.asciidoc b/docs/client-concepts/high-level/mapping/visitor-pattern-mapping.asciidoc index 0725f2671c8..4844cf6aaac 100644 --- a/docs/client-concepts/high-level/mapping/visitor-pattern-mapping.asciidoc +++ b/docs/client-concepts/high-level/mapping/visitor-pattern-mapping.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/serialization/custom-serialization.asciidoc b/docs/client-concepts/high-level/serialization/custom-serialization.asciidoc index 6c3ccab1514..9400ee042db 100644 --- a/docs/client-concepts/high-level/serialization/custom-serialization.asciidoc +++ b/docs/client-concepts/high-level/serialization/custom-serialization.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/serialization/extending-nest-types.asciidoc b/docs/client-concepts/high-level/serialization/extending-nest-types.asciidoc index 6473e4dcc5b..c9fc2c629c5 100644 --- a/docs/client-concepts/high-level/serialization/extending-nest-types.asciidoc +++ b/docs/client-concepts/high-level/serialization/extending-nest-types.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/high-level/serialization/modelling-documents-with-types.asciidoc b/docs/client-concepts/high-level/serialization/modelling-documents-with-types.asciidoc index a98570f3761..58b486c9c61 100644 --- a/docs/client-concepts/high-level/serialization/modelling-documents-with-types.asciidoc +++ b/docs/client-concepts/high-level/serialization/modelling-documents-with-types.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/low-level/getting-started.asciidoc b/docs/client-concepts/low-level/getting-started.asciidoc index 7d2e6a949e4..43694b4b0ec 100644 --- a/docs/client-concepts/low-level/getting-started.asciidoc +++ b/docs/client-concepts/low-level/getting-started.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/low-level/lifetimes.asciidoc b/docs/client-concepts/low-level/lifetimes.asciidoc index 08ee20345b4..b445e5cd4c9 100644 --- a/docs/client-concepts/low-level/lifetimes.asciidoc +++ b/docs/client-concepts/low-level/lifetimes.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/low-level/low-level-response-types.asciidoc b/docs/client-concepts/low-level/low-level-response-types.asciidoc index 71ede1ceb3a..46aeaeeba4c 100644 --- a/docs/client-concepts/low-level/low-level-response-types.asciidoc +++ b/docs/client-concepts/low-level/low-level-response-types.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/low-level/post-data.asciidoc b/docs/client-concepts/low-level/post-data.asciidoc index fa3e5e83158..c52df8f1775 100644 --- a/docs/client-concepts/low-level/post-data.asciidoc +++ b/docs/client-concepts/low-level/post-data.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/troubleshooting/audit-trail.asciidoc b/docs/client-concepts/troubleshooting/audit-trail.asciidoc index 7a8c43dde2b..816ff083ac4 100644 --- a/docs/client-concepts/troubleshooting/audit-trail.asciidoc +++ b/docs/client-concepts/troubleshooting/audit-trail.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/troubleshooting/debug-information.asciidoc b/docs/client-concepts/troubleshooting/debug-information.asciidoc index 569ab31dbf2..67f113c7c98 100644 --- a/docs/client-concepts/troubleshooting/debug-information.asciidoc +++ b/docs/client-concepts/troubleshooting/debug-information.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/troubleshooting/debug-mode.asciidoc b/docs/client-concepts/troubleshooting/debug-mode.asciidoc index 84ba656e4b3..fd9abcaaf6d 100644 --- a/docs/client-concepts/troubleshooting/debug-mode.asciidoc +++ b/docs/client-concepts/troubleshooting/debug-mode.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/troubleshooting/deprecation-logging.asciidoc b/docs/client-concepts/troubleshooting/deprecation-logging.asciidoc index 1eea94724c9..e88a7b761ae 100644 --- a/docs/client-concepts/troubleshooting/deprecation-logging.asciidoc +++ b/docs/client-concepts/troubleshooting/deprecation-logging.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/troubleshooting/diagnostic-source.asciidoc b/docs/client-concepts/troubleshooting/diagnostic-source.asciidoc index 6ce73e1fa02..d3f219902e1 100644 --- a/docs/client-concepts/troubleshooting/diagnostic-source.asciidoc +++ b/docs/client-concepts/troubleshooting/diagnostic-source.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/troubleshooting/logging-with-fiddler.asciidoc b/docs/client-concepts/troubleshooting/logging-with-fiddler.asciidoc index 91b2e48c728..092d3a4f979 100644 --- a/docs/client-concepts/troubleshooting/logging-with-fiddler.asciidoc +++ b/docs/client-concepts/troubleshooting/logging-with-fiddler.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/client-concepts/troubleshooting/logging-with-on-request-completed.asciidoc b/docs/client-concepts/troubleshooting/logging-with-on-request-completed.asciidoc index 5da3d6e9b0a..faa81702e28 100644 --- a/docs/client-concepts/troubleshooting/logging-with-on-request-completed.asciidoc +++ b/docs/client-concepts/troubleshooting/logging-with-on-request-completed.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/code-standards/descriptors.asciidoc b/docs/code-standards/descriptors.asciidoc index d19733e70e0..c44eb779c83 100644 --- a/docs/code-standards/descriptors.asciidoc +++ b/docs/code-standards/descriptors.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/code-standards/elastic-client.asciidoc b/docs/code-standards/elastic-client.asciidoc index 42ac902ef67..329c58fd1e2 100644 --- a/docs/code-standards/elastic-client.asciidoc +++ b/docs/code-standards/elastic-client.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/code-standards/naming-conventions.asciidoc b/docs/code-standards/naming-conventions.asciidoc index c97c5254b2e..3f6be31c1c9 100644 --- a/docs/code-standards/naming-conventions.asciidoc +++ b/docs/code-standards/naming-conventions.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/code-standards/queries.asciidoc b/docs/code-standards/queries.asciidoc index deb5d447ef4..1b47f1600e4 100644 --- a/docs/code-standards/queries.asciidoc +++ b/docs/code-standards/queries.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/code-standards/requests.asciidoc b/docs/code-standards/requests.asciidoc index e769232a133..2428d70f1ce 100644 --- a/docs/code-standards/requests.asciidoc +++ b/docs/code-standards/requests.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/code-standards/responses.asciidoc b/docs/code-standards/responses.asciidoc index 216a05ef70d..8c24690e156 100644 --- a/docs/code-standards/responses.asciidoc +++ b/docs/code-standards/responses.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/code-standards/serialization/formatters.asciidoc b/docs/code-standards/serialization/formatters.asciidoc index b06fd74f619..f7169785eee 100644 --- a/docs/code-standards/serialization/formatters.asciidoc +++ b/docs/code-standards/serialization/formatters.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/code-standards/serialization/properties.asciidoc b/docs/code-standards/serialization/properties.asciidoc index 0925449fcbe..1e6335f084f 100644 --- a/docs/code-standards/serialization/properties.asciidoc +++ b/docs/code-standards/serialization/properties.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/common-options/date-math/date-math-expressions.asciidoc b/docs/common-options/date-math/date-math-expressions.asciidoc index 07a78e17e41..a8e571b46eb 100644 --- a/docs/common-options/date-math/date-math-expressions.asciidoc +++ b/docs/common-options/date-math/date-math-expressions.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/common-options/distance-unit/distance-units.asciidoc b/docs/common-options/distance-unit/distance-units.asciidoc index d944fc0997d..8e676fecb49 100644 --- a/docs/common-options/distance-unit/distance-units.asciidoc +++ b/docs/common-options/distance-unit/distance-units.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/common-options/time-unit/time-units.asciidoc b/docs/common-options/time-unit/time-units.asciidoc index 2232c789733..758bf9048ff 100644 --- a/docs/common-options/time-unit/time-units.asciidoc +++ b/docs/common-options/time-unit/time-units.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/common-options/union/union.asciidoc b/docs/common-options/union/union.asciidoc index ad2178b305c..802d66017dd 100644 --- a/docs/common-options/union/union.asciidoc +++ b/docs/common-options/union/union.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/mapping/local-metadata/local-metadata-usage.asciidoc b/docs/mapping/local-metadata/local-metadata-usage.asciidoc index faaea4a6d1b..9cbe087e657 100644 --- a/docs/mapping/local-metadata/local-metadata-usage.asciidoc +++ b/docs/mapping/local-metadata/local-metadata-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/mapping/scalar/scalar-usage.asciidoc b/docs/mapping/scalar/scalar-usage.asciidoc index 5d132e68e39..0ecc282cdc2 100644 --- a/docs/mapping/scalar/scalar-usage.asciidoc +++ b/docs/mapping/scalar/scalar-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/bool-dsl/bool-dsl.asciidoc b/docs/query-dsl/bool-dsl/bool-dsl.asciidoc index ddba1456ff9..4c3985e20ee 100644 --- a/docs/query-dsl/bool-dsl/bool-dsl.asciidoc +++ b/docs/query-dsl/bool-dsl/bool-dsl.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/compound/bool/bool-dsl-complex-query-usage.asciidoc b/docs/query-dsl/compound/bool/bool-dsl-complex-query-usage.asciidoc index 2a2be158110..59b5a76739f 100644 --- a/docs/query-dsl/compound/bool/bool-dsl-complex-query-usage.asciidoc +++ b/docs/query-dsl/compound/bool/bool-dsl-complex-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/compound/bool/bool-query-usage.asciidoc b/docs/query-dsl/compound/bool/bool-query-usage.asciidoc index ffacc351487..49765d4bc4a 100644 --- a/docs/query-dsl/compound/bool/bool-query-usage.asciidoc +++ b/docs/query-dsl/compound/bool/bool-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/compound/boosting/boosting-query-usage.asciidoc b/docs/query-dsl/compound/boosting/boosting-query-usage.asciidoc index 01b1b6a858b..fbe00f10e14 100644 --- a/docs/query-dsl/compound/boosting/boosting-query-usage.asciidoc +++ b/docs/query-dsl/compound/boosting/boosting-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/compound/constant-score/constant-score-query-usage.asciidoc b/docs/query-dsl/compound/constant-score/constant-score-query-usage.asciidoc index 46685029df5..cee48fe7b47 100644 --- a/docs/query-dsl/compound/constant-score/constant-score-query-usage.asciidoc +++ b/docs/query-dsl/compound/constant-score/constant-score-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/compound/dismax/dismax-query-usage.asciidoc b/docs/query-dsl/compound/dismax/dismax-query-usage.asciidoc index ff064c82fe0..e6c1da1f41a 100644 --- a/docs/query-dsl/compound/dismax/dismax-query-usage.asciidoc +++ b/docs/query-dsl/compound/dismax/dismax-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/compound/function-score/function-score-query-usage.asciidoc b/docs/query-dsl/compound/function-score/function-score-query-usage.asciidoc index 450f8947c89..27f72bc03df 100644 --- a/docs/query-dsl/compound/function-score/function-score-query-usage.asciidoc +++ b/docs/query-dsl/compound/function-score/function-score-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/full-text/common-terms/common-terms-usage.asciidoc b/docs/query-dsl/full-text/common-terms/common-terms-usage.asciidoc index 0d7ce1db53b..15443720b67 100644 --- a/docs/query-dsl/full-text/common-terms/common-terms-usage.asciidoc +++ b/docs/query-dsl/full-text/common-terms/common-terms-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/full-text/intervals/intervals-usage.asciidoc b/docs/query-dsl/full-text/intervals/intervals-usage.asciidoc index f3c76ab7be6..52782af494f 100644 --- a/docs/query-dsl/full-text/intervals/intervals-usage.asciidoc +++ b/docs/query-dsl/full-text/intervals/intervals-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/full-text/match-bool-prefix/match-bool-prefix-usage.asciidoc b/docs/query-dsl/full-text/match-bool-prefix/match-bool-prefix-usage.asciidoc index 1d7cdeb8090..6b0a4ac1821 100644 --- a/docs/query-dsl/full-text/match-bool-prefix/match-bool-prefix-usage.asciidoc +++ b/docs/query-dsl/full-text/match-bool-prefix/match-bool-prefix-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/full-text/match-phrase-prefix/match-phrase-prefix-usage.asciidoc b/docs/query-dsl/full-text/match-phrase-prefix/match-phrase-prefix-usage.asciidoc index 757c7d0c2cb..584704dd5c6 100644 --- a/docs/query-dsl/full-text/match-phrase-prefix/match-phrase-prefix-usage.asciidoc +++ b/docs/query-dsl/full-text/match-phrase-prefix/match-phrase-prefix-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/full-text/match-phrase/match-phrase-usage.asciidoc b/docs/query-dsl/full-text/match-phrase/match-phrase-usage.asciidoc index 68e1c8b8ba5..c3c3e9e2328 100644 --- a/docs/query-dsl/full-text/match-phrase/match-phrase-usage.asciidoc +++ b/docs/query-dsl/full-text/match-phrase/match-phrase-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/full-text/match/match-usage.asciidoc b/docs/query-dsl/full-text/match/match-usage.asciidoc index 27aeff629cc..d4cdb3da3cb 100644 --- a/docs/query-dsl/full-text/match/match-usage.asciidoc +++ b/docs/query-dsl/full-text/match/match-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/full-text/multi-match/multi-match-usage.asciidoc b/docs/query-dsl/full-text/multi-match/multi-match-usage.asciidoc index c3f01389957..926da72c253 100644 --- a/docs/query-dsl/full-text/multi-match/multi-match-usage.asciidoc +++ b/docs/query-dsl/full-text/multi-match/multi-match-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/full-text/query-string/query-string-usage.asciidoc b/docs/query-dsl/full-text/query-string/query-string-usage.asciidoc index fef46fcc8fd..dd5a07cb9fb 100644 --- a/docs/query-dsl/full-text/query-string/query-string-usage.asciidoc +++ b/docs/query-dsl/full-text/query-string/query-string-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/full-text/simple-query-string/simple-query-string-usage.asciidoc b/docs/query-dsl/full-text/simple-query-string/simple-query-string-usage.asciidoc index 238a9ea98c2..0af60152d71 100644 --- a/docs/query-dsl/full-text/simple-query-string/simple-query-string-usage.asciidoc +++ b/docs/query-dsl/full-text/simple-query-string/simple-query-string-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/geo/bounding-box/geo-bounding-box-query-usage.asciidoc b/docs/query-dsl/geo/bounding-box/geo-bounding-box-query-usage.asciidoc index 6fa51339082..89bbda87f21 100644 --- a/docs/query-dsl/geo/bounding-box/geo-bounding-box-query-usage.asciidoc +++ b/docs/query-dsl/geo/bounding-box/geo-bounding-box-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/geo/distance/geo-distance-query-usage.asciidoc b/docs/query-dsl/geo/distance/geo-distance-query-usage.asciidoc index 4293a542d42..a9d474f5da5 100644 --- a/docs/query-dsl/geo/distance/geo-distance-query-usage.asciidoc +++ b/docs/query-dsl/geo/distance/geo-distance-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/geo/geo-shape/geo-shape-query-usage.asciidoc b/docs/query-dsl/geo/geo-shape/geo-shape-query-usage.asciidoc index b9727199c3c..83fa8ea8745 100644 --- a/docs/query-dsl/geo/geo-shape/geo-shape-query-usage.asciidoc +++ b/docs/query-dsl/geo/geo-shape/geo-shape-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/geo/polygon/geo-polygon-query-usage.asciidoc b/docs/query-dsl/geo/polygon/geo-polygon-query-usage.asciidoc index d38d9b68fb4..cd535d5ac04 100644 --- a/docs/query-dsl/geo/polygon/geo-polygon-query-usage.asciidoc +++ b/docs/query-dsl/geo/polygon/geo-polygon-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/joining/has-child/has-child-query-usage.asciidoc b/docs/query-dsl/joining/has-child/has-child-query-usage.asciidoc index 32341bc3dec..1adfc01be18 100644 --- a/docs/query-dsl/joining/has-child/has-child-query-usage.asciidoc +++ b/docs/query-dsl/joining/has-child/has-child-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/joining/has-parent/has-parent-query-usage.asciidoc b/docs/query-dsl/joining/has-parent/has-parent-query-usage.asciidoc index 8061386f9ab..457d2b0058b 100644 --- a/docs/query-dsl/joining/has-parent/has-parent-query-usage.asciidoc +++ b/docs/query-dsl/joining/has-parent/has-parent-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/joining/nested/nested-query-usage.asciidoc b/docs/query-dsl/joining/nested/nested-query-usage.asciidoc index b0f2f22bdcf..6d8b8345aeb 100644 --- a/docs/query-dsl/joining/nested/nested-query-usage.asciidoc +++ b/docs/query-dsl/joining/nested/nested-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/joining/parent-id/parent-id-query-usage.asciidoc b/docs/query-dsl/joining/parent-id/parent-id-query-usage.asciidoc index f0696c51f98..366a2c53e88 100644 --- a/docs/query-dsl/joining/parent-id/parent-id-query-usage.asciidoc +++ b/docs/query-dsl/joining/parent-id/parent-id-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/match-none-query-usage.asciidoc b/docs/query-dsl/match-none-query-usage.asciidoc index bf015967f30..65a74d24020 100644 --- a/docs/query-dsl/match-none-query-usage.asciidoc +++ b/docs/query-dsl/match-none-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/nest-specific/raw/raw-combine-usage.asciidoc b/docs/query-dsl/nest-specific/raw/raw-combine-usage.asciidoc index e09daf9f6fc..f2630587a49 100644 --- a/docs/query-dsl/nest-specific/raw/raw-combine-usage.asciidoc +++ b/docs/query-dsl/nest-specific/raw/raw-combine-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/nest-specific/raw/raw-query-usage.asciidoc b/docs/query-dsl/nest-specific/raw/raw-query-usage.asciidoc index f32939fe37a..0d09728ca57 100644 --- a/docs/query-dsl/nest-specific/raw/raw-query-usage.asciidoc +++ b/docs/query-dsl/nest-specific/raw/raw-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/span/containing/span-containing-query-usage.asciidoc b/docs/query-dsl/span/containing/span-containing-query-usage.asciidoc index c608e688eae..1e23e761366 100644 --- a/docs/query-dsl/span/containing/span-containing-query-usage.asciidoc +++ b/docs/query-dsl/span/containing/span-containing-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/span/field-masking/span-field-masking-usage.asciidoc b/docs/query-dsl/span/field-masking/span-field-masking-usage.asciidoc index 86dd9e17c2c..3716c656c35 100644 --- a/docs/query-dsl/span/field-masking/span-field-masking-usage.asciidoc +++ b/docs/query-dsl/span/field-masking/span-field-masking-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/span/first/span-first-query-usage.asciidoc b/docs/query-dsl/span/first/span-first-query-usage.asciidoc index c86aa8c0b1b..134f9b30b64 100644 --- a/docs/query-dsl/span/first/span-first-query-usage.asciidoc +++ b/docs/query-dsl/span/first/span-first-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/span/multi-term/span-multi-term-query-usage.asciidoc b/docs/query-dsl/span/multi-term/span-multi-term-query-usage.asciidoc index d177d6afa45..b10c03ec65c 100644 --- a/docs/query-dsl/span/multi-term/span-multi-term-query-usage.asciidoc +++ b/docs/query-dsl/span/multi-term/span-multi-term-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/span/near/span-near-query-usage.asciidoc b/docs/query-dsl/span/near/span-near-query-usage.asciidoc index 53ac216d987..daac4c9ac49 100644 --- a/docs/query-dsl/span/near/span-near-query-usage.asciidoc +++ b/docs/query-dsl/span/near/span-near-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/span/not/span-not-query-usage.asciidoc b/docs/query-dsl/span/not/span-not-query-usage.asciidoc index 5cf9ac650be..7cff51075ba 100644 --- a/docs/query-dsl/span/not/span-not-query-usage.asciidoc +++ b/docs/query-dsl/span/not/span-not-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/span/or/span-or-query-usage.asciidoc b/docs/query-dsl/span/or/span-or-query-usage.asciidoc index 6b7403c5b70..2c9b6d12458 100644 --- a/docs/query-dsl/span/or/span-or-query-usage.asciidoc +++ b/docs/query-dsl/span/or/span-or-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/span/term/span-term-query-usage.asciidoc b/docs/query-dsl/span/term/span-term-query-usage.asciidoc index 1260464028b..49f5b593ad2 100644 --- a/docs/query-dsl/span/term/span-term-query-usage.asciidoc +++ b/docs/query-dsl/span/term/span-term-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/span/within/span-within-query-usage.asciidoc b/docs/query-dsl/span/within/span-within-query-usage.asciidoc index f5eb808710b..344eb866986 100644 --- a/docs/query-dsl/span/within/span-within-query-usage.asciidoc +++ b/docs/query-dsl/span/within/span-within-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/specialized/distance-feature/distance-feature-query-usage.asciidoc b/docs/query-dsl/specialized/distance-feature/distance-feature-query-usage.asciidoc index 4ddaaa21c39..857846b7bc3 100644 --- a/docs/query-dsl/specialized/distance-feature/distance-feature-query-usage.asciidoc +++ b/docs/query-dsl/specialized/distance-feature/distance-feature-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/specialized/more-like-this/more-like-this-full-document-query-usage.asciidoc b/docs/query-dsl/specialized/more-like-this/more-like-this-full-document-query-usage.asciidoc index 79981d2e42e..b83c588faa9 100644 --- a/docs/query-dsl/specialized/more-like-this/more-like-this-full-document-query-usage.asciidoc +++ b/docs/query-dsl/specialized/more-like-this/more-like-this-full-document-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/specialized/more-like-this/more-like-this-query-usage.asciidoc b/docs/query-dsl/specialized/more-like-this/more-like-this-query-usage.asciidoc index dab96ee9748..316b02aa9e1 100644 --- a/docs/query-dsl/specialized/more-like-this/more-like-this-query-usage.asciidoc +++ b/docs/query-dsl/specialized/more-like-this/more-like-this-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/specialized/percolate/percolate-query-usage.asciidoc b/docs/query-dsl/specialized/percolate/percolate-query-usage.asciidoc index a27ad8eafe6..975e0d80784 100644 --- a/docs/query-dsl/specialized/percolate/percolate-query-usage.asciidoc +++ b/docs/query-dsl/specialized/percolate/percolate-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/specialized/pinned/pinned-query-usage.asciidoc b/docs/query-dsl/specialized/pinned/pinned-query-usage.asciidoc index c9eff0ab03c..ff78e63f33c 100644 --- a/docs/query-dsl/specialized/pinned/pinned-query-usage.asciidoc +++ b/docs/query-dsl/specialized/pinned/pinned-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/specialized/rank-feature/rank-feature-query-usage.asciidoc b/docs/query-dsl/specialized/rank-feature/rank-feature-query-usage.asciidoc index 9b54c8e3d2d..610d4c3b79a 100644 --- a/docs/query-dsl/specialized/rank-feature/rank-feature-query-usage.asciidoc +++ b/docs/query-dsl/specialized/rank-feature/rank-feature-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/specialized/script-score/script-score-query-usage.asciidoc b/docs/query-dsl/specialized/script-score/script-score-query-usage.asciidoc index 4f8c519bd3a..955760db976 100644 --- a/docs/query-dsl/specialized/script-score/script-score-query-usage.asciidoc +++ b/docs/query-dsl/specialized/script-score/script-score-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/specialized/script/script-query-usage.asciidoc b/docs/query-dsl/specialized/script/script-query-usage.asciidoc index 1c3ae969fee..4e7c559a2da 100644 --- a/docs/query-dsl/specialized/script/script-query-usage.asciidoc +++ b/docs/query-dsl/specialized/script/script-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/specialized/shape/shape-query-usage.asciidoc b/docs/query-dsl/specialized/shape/shape-query-usage.asciidoc index 210a6527c1e..291991aa3e0 100644 --- a/docs/query-dsl/specialized/shape/shape-query-usage.asciidoc +++ b/docs/query-dsl/specialized/shape/shape-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/term-level/exists/exists-query-usage.asciidoc b/docs/query-dsl/term-level/exists/exists-query-usage.asciidoc index 4d8474db661..719630e2581 100644 --- a/docs/query-dsl/term-level/exists/exists-query-usage.asciidoc +++ b/docs/query-dsl/term-level/exists/exists-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/term-level/fuzzy/fuzzy-date-query-usage.asciidoc b/docs/query-dsl/term-level/fuzzy/fuzzy-date-query-usage.asciidoc index 538ada66d09..44105a383db 100644 --- a/docs/query-dsl/term-level/fuzzy/fuzzy-date-query-usage.asciidoc +++ b/docs/query-dsl/term-level/fuzzy/fuzzy-date-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/term-level/fuzzy/fuzzy-numeric-query-usage.asciidoc b/docs/query-dsl/term-level/fuzzy/fuzzy-numeric-query-usage.asciidoc index ab96523f850..bd4f19beef5 100644 --- a/docs/query-dsl/term-level/fuzzy/fuzzy-numeric-query-usage.asciidoc +++ b/docs/query-dsl/term-level/fuzzy/fuzzy-numeric-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/term-level/fuzzy/fuzzy-query-usage.asciidoc b/docs/query-dsl/term-level/fuzzy/fuzzy-query-usage.asciidoc index 1476600ea5a..d32cc3bdfb8 100644 --- a/docs/query-dsl/term-level/fuzzy/fuzzy-query-usage.asciidoc +++ b/docs/query-dsl/term-level/fuzzy/fuzzy-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/term-level/ids/ids-query-usage.asciidoc b/docs/query-dsl/term-level/ids/ids-query-usage.asciidoc index 1ec10203c2b..9a64510ef5c 100644 --- a/docs/query-dsl/term-level/ids/ids-query-usage.asciidoc +++ b/docs/query-dsl/term-level/ids/ids-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/term-level/prefix/prefix-query-usage.asciidoc b/docs/query-dsl/term-level/prefix/prefix-query-usage.asciidoc index 23a35d44632..3d07a618208 100644 --- a/docs/query-dsl/term-level/prefix/prefix-query-usage.asciidoc +++ b/docs/query-dsl/term-level/prefix/prefix-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/term-level/range/date-range-query-usage.asciidoc b/docs/query-dsl/term-level/range/date-range-query-usage.asciidoc index 302fdec7695..80b7e73d1af 100644 --- a/docs/query-dsl/term-level/range/date-range-query-usage.asciidoc +++ b/docs/query-dsl/term-level/range/date-range-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/term-level/range/long-range-query-usage.asciidoc b/docs/query-dsl/term-level/range/long-range-query-usage.asciidoc index 1782fec4161..3bb91030d30 100644 --- a/docs/query-dsl/term-level/range/long-range-query-usage.asciidoc +++ b/docs/query-dsl/term-level/range/long-range-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/term-level/range/numeric-range-query-usage.asciidoc b/docs/query-dsl/term-level/range/numeric-range-query-usage.asciidoc index 1e8f30ed784..38db031c558 100644 --- a/docs/query-dsl/term-level/range/numeric-range-query-usage.asciidoc +++ b/docs/query-dsl/term-level/range/numeric-range-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/term-level/range/term-range-query-usage.asciidoc b/docs/query-dsl/term-level/range/term-range-query-usage.asciidoc index 75b9709050c..4ff3eab3926 100644 --- a/docs/query-dsl/term-level/range/term-range-query-usage.asciidoc +++ b/docs/query-dsl/term-level/range/term-range-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/term-level/regexp/regexp-query-usage.asciidoc b/docs/query-dsl/term-level/regexp/regexp-query-usage.asciidoc index 22699f78ebb..d5db67603ae 100644 --- a/docs/query-dsl/term-level/regexp/regexp-query-usage.asciidoc +++ b/docs/query-dsl/term-level/regexp/regexp-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/term-level/term/term-query-usage.asciidoc b/docs/query-dsl/term-level/term/term-query-usage.asciidoc index f5dfb611493..c1c4a6164f1 100644 --- a/docs/query-dsl/term-level/term/term-query-usage.asciidoc +++ b/docs/query-dsl/term-level/term/term-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/term-level/terms-set/terms-set-query-usage.asciidoc b/docs/query-dsl/term-level/terms-set/terms-set-query-usage.asciidoc index 2a6416d82fa..76f3c7f019b 100644 --- a/docs/query-dsl/term-level/terms-set/terms-set-query-usage.asciidoc +++ b/docs/query-dsl/term-level/terms-set/terms-set-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/term-level/terms/terms-list-query-usage.asciidoc b/docs/query-dsl/term-level/terms/terms-list-query-usage.asciidoc index 65c1ef39d86..09c2d8ec588 100644 --- a/docs/query-dsl/term-level/terms/terms-list-query-usage.asciidoc +++ b/docs/query-dsl/term-level/terms/terms-list-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/term-level/terms/terms-lookup-query-usage.asciidoc b/docs/query-dsl/term-level/terms/terms-lookup-query-usage.asciidoc index 9a8108dc54d..7258719a546 100644 --- a/docs/query-dsl/term-level/terms/terms-lookup-query-usage.asciidoc +++ b/docs/query-dsl/term-level/terms/terms-lookup-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/term-level/terms/terms-query-usage.asciidoc b/docs/query-dsl/term-level/terms/terms-query-usage.asciidoc index be8c16add37..e596c873737 100644 --- a/docs/query-dsl/term-level/terms/terms-query-usage.asciidoc +++ b/docs/query-dsl/term-level/terms/terms-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/term-level/wildcard/wildcard-query-usage.asciidoc b/docs/query-dsl/term-level/wildcard/wildcard-query-usage.asciidoc index 19f78a37e4b..3af2d0ca645 100644 --- a/docs/query-dsl/term-level/wildcard/wildcard-query-usage.asciidoc +++ b/docs/query-dsl/term-level/wildcard/wildcard-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/query-dsl/verbatim/verbatim-and-strict-query-usage.asciidoc b/docs/query-dsl/verbatim/verbatim-and-strict-query-usage.asciidoc index 3824167282d..fa3b9837bb9 100644 --- a/docs/query-dsl/verbatim/verbatim-and-strict-query-usage.asciidoc +++ b/docs/query-dsl/verbatim/verbatim-and-strict-query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/request/explain-usage.asciidoc b/docs/search/request/explain-usage.asciidoc index 27103575a97..33afc1e1a40 100644 --- a/docs/search/request/explain-usage.asciidoc +++ b/docs/search/request/explain-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/request/fields-usage.asciidoc b/docs/search/request/fields-usage.asciidoc index 87a193483dd..1bdc2443baf 100644 --- a/docs/search/request/fields-usage.asciidoc +++ b/docs/search/request/fields-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/request/from-and-size-usage.asciidoc b/docs/search/request/from-and-size-usage.asciidoc index e5dcb71b5e1..22752997918 100644 --- a/docs/search/request/from-and-size-usage.asciidoc +++ b/docs/search/request/from-and-size-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/request/highlighting-usage.asciidoc b/docs/search/request/highlighting-usage.asciidoc index 80e1d9fb89b..127887ecebb 100644 --- a/docs/search/request/highlighting-usage.asciidoc +++ b/docs/search/request/highlighting-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/request/indices-boost-usage.asciidoc b/docs/search/request/indices-boost-usage.asciidoc index 96af80ea42c..5c77c159a17 100644 --- a/docs/search/request/indices-boost-usage.asciidoc +++ b/docs/search/request/indices-boost-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/request/inner-hits-usage.asciidoc b/docs/search/request/inner-hits-usage.asciidoc index 665cfcb2ed3..1fa1825a62c 100644 --- a/docs/search/request/inner-hits-usage.asciidoc +++ b/docs/search/request/inner-hits-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/request/min-score-usage.asciidoc b/docs/search/request/min-score-usage.asciidoc index 79f598b8105..b67c45b9ad6 100644 --- a/docs/search/request/min-score-usage.asciidoc +++ b/docs/search/request/min-score-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/request/point-in-time-usage.asciidoc b/docs/search/request/point-in-time-usage.asciidoc index b54b7295299..705462c060e 100644 --- a/docs/search/request/point-in-time-usage.asciidoc +++ b/docs/search/request/point-in-time-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/master +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :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/master/src/Tests/Tests/Search/Request/PointInTimeUsageTests.cs. +This file has been generated from https://github.com/elastic/elasticsearch-net/tree/7.x/src/Tests/Tests/Search/Request/PointInTimeUsageTests.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/search/request/post-filter-usage.asciidoc b/docs/search/request/post-filter-usage.asciidoc index fb60431459a..387e0c041c5 100644 --- a/docs/search/request/post-filter-usage.asciidoc +++ b/docs/search/request/post-filter-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/request/profile-usage.asciidoc b/docs/search/request/profile-usage.asciidoc index 1e691632dd5..52046a824b7 100644 --- a/docs/search/request/profile-usage.asciidoc +++ b/docs/search/request/profile-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/request/query-usage.asciidoc b/docs/search/request/query-usage.asciidoc index b8c54a1356d..ed274124953 100644 --- a/docs/search/request/query-usage.asciidoc +++ b/docs/search/request/query-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/request/script-fields-usage.asciidoc b/docs/search/request/script-fields-usage.asciidoc index 013254b59f6..c15ac184095 100644 --- a/docs/search/request/script-fields-usage.asciidoc +++ b/docs/search/request/script-fields-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net @@ -92,3 +92,15 @@ new SearchRequest } ---- +[float] +=== Handling Responses + +[source,csharp] +---- +foreach (var fields in response.Fields) +{ + fields.Value("test1").Should().BeGreaterOrEqualTo(0); + fields.Value("test2").Should().BeGreaterOrEqualTo(0); +} +---- + diff --git a/docs/search/request/search-after-usage.asciidoc b/docs/search/request/search-after-usage.asciidoc index 6d09264fc83..705e226e719 100644 --- a/docs/search/request/search-after-usage.asciidoc +++ b/docs/search/request/search-after-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/request/sliced-scroll-search-usage.asciidoc b/docs/search/request/sliced-scroll-search-usage.asciidoc index db3c113b6e4..508e1b79d1a 100644 --- a/docs/search/request/sliced-scroll-search-usage.asciidoc +++ b/docs/search/request/sliced-scroll-search-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/request/sort-usage.asciidoc b/docs/search/request/sort-usage.asciidoc index d396b1a79a7..4592e8da2d1 100644 --- a/docs/search/request/sort-usage.asciidoc +++ b/docs/search/request/sort-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/request/source-filtering-usage.asciidoc b/docs/search/request/source-filtering-usage.asciidoc index 0cf41ec89bc..5ef7b52c74c 100644 --- a/docs/search/request/source-filtering-usage.asciidoc +++ b/docs/search/request/source-filtering-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/request/suggest-usage.asciidoc b/docs/search/request/suggest-usage.asciidoc index 606c745ae7f..f0b823d2b61 100644 --- a/docs/search/request/suggest-usage.asciidoc +++ b/docs/search/request/suggest-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/returned-fields.asciidoc b/docs/search/returned-fields.asciidoc index 3a5199258a0..50c0e23ba2f 100644 --- a/docs/search/returned-fields.asciidoc +++ b/docs/search/returned-fields.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/scrolling-documents.asciidoc b/docs/search/scrolling-documents.asciidoc index 6162e06ef30..80cd209fd40 100644 --- a/docs/search/scrolling-documents.asciidoc +++ b/docs/search/scrolling-documents.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/search/collapsing/field-collapse-usage.asciidoc b/docs/search/search/collapsing/field-collapse-usage.asciidoc index 0477dc5b0d9..f2fb5a12a55 100644 --- a/docs/search/search/collapsing/field-collapse-usage.asciidoc +++ b/docs/search/search/collapsing/field-collapse-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/search/rescoring/rescore-usage.asciidoc b/docs/search/search/rescoring/rescore-usage.asciidoc index 91477307696..aa6449cd302 100644 --- a/docs/search/search/rescoring/rescore-usage.asciidoc +++ b/docs/search/search/rescoring/rescore-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/search/writing-queries.asciidoc b/docs/search/writing-queries.asciidoc index 0a805c018e3..9dceabc009d 100644 --- a/docs/search/writing-queries.asciidoc +++ b/docs/search/writing-queries.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/x-pack/security/api-key/security-api-key-usage.asciidoc b/docs/x-pack/security/api-key/security-api-key-usage.asciidoc index e56962a7d99..bac6e6c24a6 100644 --- a/docs/x-pack/security/api-key/security-api-key-usage.asciidoc +++ b/docs/x-pack/security/api-key/security-api-key-usage.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/docs/x-pack/security/role-mapping/role-mapping-rules.asciidoc b/docs/x-pack/security/role-mapping/role-mapping-rules.asciidoc index e1e341f8d20..345a023d5bc 100644 --- a/docs/x-pack/security/role-mapping/role-mapping-rules.asciidoc +++ b/docs/x-pack/security/role-mapping/role-mapping-rules.asciidoc @@ -1,4 +1,4 @@ -:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.x +:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11 :github: https://github.com/elastic/elasticsearch-net diff --git a/global.json b/global.json index be53316b709..b00eb4622ec 100644 --- a/global.json +++ b/global.json @@ -5,6 +5,6 @@ "allowPrerelease": false }, "version": "7.11.0", - "doc_current": "7.x", + "doc_current": "7.11", "doc_branch": "7.x" }