Skip to content

Commit

Permalink
Update docs and generation script for aggregations.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattweber committed Mar 18, 2014
1 parent 4c3270f commit c9aede8
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 36 deletions.
36 changes: 18 additions & 18 deletions dist/elastic.js
Original file line number Diff line number Diff line change
Expand Up @@ -3013,8 +3013,8 @@
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.scriptValuesSorted as scriptValuesSorted
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON

@desc
<p>Aggregation that computes the average of numeric values that are extracted
Expand Down Expand Up @@ -3044,8 +3044,8 @@
@borrows ejs.MetricsAggregationMixin.script as script
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON

@desc
<p>Aggregation that calculates an approximate count of distinct values.</p>
Expand Down Expand Up @@ -3623,8 +3623,8 @@
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.scriptValuesSorted as scriptValuesSorted
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON

@desc
<p>Aggregation that computes extra stats over numeric values extracted from
Expand Down Expand Up @@ -4433,8 +4433,8 @@
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.scriptValuesSorted as scriptValuesSorted
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON

@desc
<p>Aggregation that keeps track and returns the maximum value among the
Expand Down Expand Up @@ -4466,8 +4466,8 @@
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.scriptValuesSorted as scriptValuesSorted
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON

@desc
<p>Aggregation that keeps track and returns the minimum value among numeric
Expand Down Expand Up @@ -4595,8 +4595,8 @@
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.scriptValuesSorted as scriptValuesSorted
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON

@desc
<p>Aggregation that calculates one or more percentiles over numeric values
Expand Down Expand Up @@ -5078,8 +5078,8 @@
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.scriptValuesSorted as scriptValuesSorted
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON

@desc
<p>Aggregation that computes stats over numeric values extracted from the
Expand Down Expand Up @@ -5111,8 +5111,8 @@
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.scriptValuesSorted as scriptValuesSorted
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON

@desc
<p>Aggregation that sums up numeric values that are extracted from the
Expand Down Expand Up @@ -5454,8 +5454,8 @@
@borrows ejs.MetricsAggregationMixin.script as script
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON

@desc
<p>Aggregation that counts the number of values that are extracted from the
Expand Down
1 change: 1 addition & 0 deletions docs/templates/elasticjs/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@
navWithTag('request', 'Request');
navWithTag('query', 'Queries');
navWithTag('filter', 'Filters');
navWithTag('aggregation', 'Aggregations');
navWithTag('facet', 'Facets');
navWithTag('suggest', 'Suggesters');
navWithTag('geo', 'Geo');
Expand Down
4 changes: 2 additions & 2 deletions src/aggregations/AvgAggregation.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.scriptValuesSorted as scriptValuesSorted
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON
@desc
<p>Aggregation that computes the average of numeric values that are extracted
Expand Down
4 changes: 2 additions & 2 deletions src/aggregations/CardinalityAggregation.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
@borrows ejs.MetricsAggregationMixin.script as script
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON
@desc
<p>Aggregation that calculates an approximate count of distinct values.</p>
Expand Down
4 changes: 2 additions & 2 deletions src/aggregations/ExtendedStatsAggregation.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.scriptValuesSorted as scriptValuesSorted
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON
@desc
<p>Aggregation that computes extra stats over numeric values extracted from
Expand Down
4 changes: 2 additions & 2 deletions src/aggregations/MaxAggregation.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.scriptValuesSorted as scriptValuesSorted
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON
@desc
<p>Aggregation that keeps track and returns the maximum value among the
Expand Down
4 changes: 2 additions & 2 deletions src/aggregations/MinAggregation.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.scriptValuesSorted as scriptValuesSorted
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON
@desc
<p>Aggregation that keeps track and returns the minimum value among numeric
Expand Down
4 changes: 2 additions & 2 deletions src/aggregations/PercentilesAggregation.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.scriptValuesSorted as scriptValuesSorted
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON
@desc
<p>Aggregation that calculates one or more percentiles over numeric values
Expand Down
4 changes: 2 additions & 2 deletions src/aggregations/StatsAggregation.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.scriptValuesSorted as scriptValuesSorted
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON
@desc
<p>Aggregation that computes stats over numeric values extracted from the
Expand Down
4 changes: 2 additions & 2 deletions src/aggregations/SumAggregation.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.scriptValuesSorted as scriptValuesSorted
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON
@desc
<p>Aggregation that sums up numeric values that are extracted from the
Expand Down
4 changes: 2 additions & 2 deletions src/aggregations/ValueCountAggregation.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
@borrows ejs.MetricsAggregationMixin.script as script
@borrows ejs.MetricsAggregationMixin.lang as lang
@borrows ejs.MetricsAggregationMixin.params as params
@borrows ejs.MetricsAggregationMixin._type as _type
@borrows ejs.MetricsAggregationMixin.toJSON as toJSON
@borrows ejs.AggregationMixin._type as _type
@borrows ejs.AggregationMixin.toJSON as toJSON
@desc
<p>Aggregation that counts the number of values that are extracted from the
Expand Down

0 comments on commit c9aede8

Please sign in to comment.