Skip to content

Commit bd33169

Browse files
committed
Add reference back to csharp file from which docs are generated
Make changes highlighted in #2103
1 parent aae89cc commit bd33169

File tree

205 files changed

+1997
-134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+1997
-134
lines changed

docs/aggregations-usage.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
:includes-from-dirs: aggregations/bucket,aggregations/metric,aggregations/pipeline
22

3+
////
4+
IMPORTANT NOTE
5+
==============
6+
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/aggregations-usage.asciidoc.
7+
If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file,
8+
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
9+
////
10+
311
include::aggregations/bucket/children/children-aggregation-mapping.asciidoc[]
412

513
include::aggregations/bucket/children/children-aggregation-usage.asciidoc[]

docs/aggregations.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
[[aggregations]]
44
= Aggregations
55

6+
////
7+
IMPORTANT NOTE
8+
==============
9+
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/aggregations.asciidoc.
10+
If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file,
11+
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
12+
////
13+
614
[partintro]
715
--
816
Aggregations are arguably one of the most powerful features of Elasticsearch and NEST

docs/aggregations/bucket/children/children-aggregation-mapping.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
:nuget: https://www.nuget.org/packages
66

7+
////
8+
IMPORTANT NOTE
9+
==============
10+
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/Aggregations/Bucket/Children/ChildrenAggregationMapping.doc.cs.
11+
If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file,
12+
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
13+
////
14+
715
[[child-aggregation-mapping]]
816
== Child Aggregation Mapping
917

docs/aggregations/bucket/children/children-aggregation-usage.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
:nuget: https://www.nuget.org/packages
66

7+
////
8+
IMPORTANT NOTE
9+
==============
10+
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/Aggregations/Bucket/Children/ChildrenAggregationUsageTests.cs.
11+
If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file,
12+
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
13+
////
14+
715
[[children-aggregation-usage]]
816
== Children Aggregation Usage
917

docs/aggregations/bucket/date-histogram/date-histogram-aggregation-usage.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
:nuget: https://www.nuget.org/packages
66

7+
////
8+
IMPORTANT NOTE
9+
==============
10+
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/Aggregations/Bucket/DateHistogram/DateHistogramAggregationUsageTests.cs.
11+
If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file,
12+
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
13+
////
14+
715
[[date-histogram-aggregation-usage]]
816
== Date Histogram Aggregation Usage
917

docs/aggregations/bucket/date-range/date-range-aggregation-usage.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
:nuget: https://www.nuget.org/packages
66

7+
////
8+
IMPORTANT NOTE
9+
==============
10+
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/Aggregations/Bucket/DateRange/DateRangeAggregationUsageTests.cs.
11+
If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file,
12+
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
13+
////
14+
715
[[date-range-aggregation-usage]]
816
== Date Range Aggregation Usage
917

docs/aggregations/bucket/filter/filter-aggregation-usage.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
:nuget: https://www.nuget.org/packages
66

7+
////
8+
IMPORTANT NOTE
9+
==============
10+
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/Aggregations/Bucket/Filter/FilterAggregationUsageTests.cs.
11+
If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file,
12+
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
13+
////
14+
715
[[filter-aggregation-usage]]
816
== Filter Aggregation Usage
917

docs/aggregations/bucket/filters/filters-aggregation-usage.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
:nuget: https://www.nuget.org/packages
66

7+
////
8+
IMPORTANT NOTE
9+
==============
10+
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/Aggregations/Bucket/Filters/FiltersAggregationUsageTests.cs.
11+
If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file,
12+
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
13+
////
14+
715
[[filters-aggregation-usage]]
816
== Filters Aggregation Usage
917

docs/aggregations/bucket/geo-distance/geo-distance-aggregation-usage.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
:nuget: https://www.nuget.org/packages
66

7+
////
8+
IMPORTANT NOTE
9+
==============
10+
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/Aggregations/Bucket/GeoDistance/GeoDistanceAggregationUsageTests.cs.
11+
If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file,
12+
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
13+
////
14+
715
[[geo-distance-aggregation-usage]]
816
== Geo Distance Aggregation Usage
917

docs/aggregations/bucket/geo-hash-grid/geo-hash-grid-aggregation-usage.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
:nuget: https://www.nuget.org/packages
66

7+
////
8+
IMPORTANT NOTE
9+
==============
10+
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/Aggregations/Bucket/GeoHashGrid/GeoHashGridAggregationUsageTests.cs.
11+
If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file,
12+
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
13+
////
14+
715
[[geo-hash-grid-aggregation-usage]]
816
== Geo Hash Grid Aggregation Usage
917

0 commit comments

Comments
 (0)