Skip to content

Update docs #5310

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 8, 2021
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