Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11
:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/master

:github: https://github.com/elastic/elasticsearch-net

Expand All @@ -7,7 +7,7 @@
////
IMPORTANT NOTE
==============
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/7.x/src/Tests/Tests/Aggregations/Metric/GeoLine/GeoLineAggregationUsageTests.cs.
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/Tests/Aggregations/Metric/GeoLine/GeoLineAggregationUsageTests.cs.
If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file,
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
////
Expand Down
4 changes: 2 additions & 2 deletions docs/aggregations/metric/rate/rate-aggregation-usage.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11
:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/master

:github: https://github.com/elastic/elasticsearch-net

Expand All @@ -7,7 +7,7 @@
////
IMPORTANT NOTE
==============
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/7.x/src/Tests/Tests/Aggregations/Metric/Rate/RateAggregationUsageTests.cs.
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/Tests/Aggregations/Metric/Rate/RateAggregationUsageTests.cs.
If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file,
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ var createIndexResponse = _client.Indices.Create("myindex", c => c
}
----

It's not necessary to define a type for the runtime field mapping. Runtime fields can optionally be defined
It's not necessary to define a type for the runtime field mapping. Runtime fields can optionally be defined
by providing a `string` name.

[source,csharp]
Expand Down
2 changes: 0 additions & 2 deletions docs/high-level.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ include::search/scrolling-documents.asciidoc[]

include::{output-dir}/covariant-hits/covariant-search-results.asciidoc[]

include::search/searching-runtime-fields.asciidoc[]

[[aggregations]]
== Aggregations

Expand Down
4 changes: 2 additions & 2 deletions docs/search/searching-runtime-fields.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11
:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/master

:github: https://github.com/elastic/elasticsearch-net

Expand All @@ -7,7 +7,7 @@
////
IMPORTANT NOTE
==============
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/7.x/src/Tests/Tests/Search/SearchingRuntimeFields.doc.cs.
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/Tests/Search/SearchingRuntimeFields.doc.cs.
If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file,
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
////
Expand Down