Combalgorythm
3c032f84f4
Modifies the JavaAPI docs related to AggregationBuilder
...
1."AggregationBuilder" replaces "AggregatorBuilder" in docs/java-api/aggregations/bucket/iprange-aggregation.asciidoc
2."GeoBoundsAggregationBuilder" replaces "GeoBoundsBuilder" in docs/java-api/aggregations/metrics/geobounds-aggregation.asciidoc
Closes #28143
2018-01-11 12:59:30 +01:00
David Pilato
320dacd6d2
Update script metric aggregation for 5.0
...
From 5.0, we are now using painless.
2016-12-14 11:44:10 +01:00
David Pilato
f8cf9f790b
Update Java documentation for 5.0
...
Some of the methods have been removed or deprecated.
Also related to #21825 .
2016-11-28 17:33:40 +01:00
Ryan Ernst
6940b2b8c7
Remove groovy scripting language ( #21607 )
...
* Scripting: Remove groovy scripting language
Groovy was deprecated in 5.0. This change removes it, along with the
legacy default language infrastructure in scripting.
2016-11-22 19:24:12 -08:00
Uli Fahrer
85094d9190
Fix wrong heading
...
Relates #20906
2016-10-13 07:06:53 -04:00
Colin Goodheart-Smithe
c3d652030c
updated Java API docs with the changes due to aggregator refactoring
2016-02-15 10:34:29 +00:00
Colin Goodheart-Smithe
35a58d874e
Scripting: Unify script and template requests across codebase
...
This change unifies the way scripts and templates are specified for all instances in the codebase. It builds on the Script class added previously and adds request building and parsing support as well as the ability to transfer script objects between nodes. It also adds a Template class which aims to provide the same functionality for template APIs
Closes #11091
2015-05-29 16:52:04 +01:00
Adam Mollenkopf
86c2c202fe
Docs: Update extendedstats-aggregation.asciidoc
...
code snippet should show ExtendedStats, not Stats
Closes #10683
2015-04-25 19:07:21 +02:00
Clinton Gormley
c4fd1247c0
Docs: Fixed bad link to top-hits agg
2014-11-30 09:38:57 +01:00
David Pilato
d7d937300a
Add java documentation for aggregations
...
Buckets:
--------
* terms
* range
* global
* filter
* filters
* missing
* nested
* reverse nested
* children
* significant terms
* date range
* ip range
* range
* histogram
* date histogram
* geo distance
* geo hash grid
Metrics:
--------
* min
* max
* sum
* avg
* stats
* extended stats
* value count
* percentiles
* percentile rank
* cardinality
* geo bounds
* top hits
* scripted metric
2014-11-29 19:46:33 +01:00