David Pilato
13f4b96ff2
Update Java documentation for 5.0
...
Fix after review
2016-11-30 14:13:52 +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
Adrien Grand
638da06c1d
Add back support for `ip` range aggregations. #17859
...
This commit adds support for range aggregations on `ip` fields. However it will
only work on 5.x indices.
Closes #17700
2016-05-13 17:22:01 +02:00
Colin Goodheart-Smithe
c3d652030c
updated Java API docs with the changes due to aggregator refactoring
2016-02-15 10:34:29 +00:00
David Pilato
65b1ce9900
[doc] fix outdated java api examples
...
* QueryBuilders.queryString is now QueryBuilders.queryStringQuery
* DateHistogram.Interval is now DateHistogramInterval
* Refactoring of buckets in aggs
* FilterBuilders has been replaced by QueryBuilders
Closes #9976 .
2015-06-16 09:45:07 +02:00
Colin Goodheart-Smithe
5c44db50bc
[DOCS] update JAVA API with aggregation changes
...
The Histogram and Range APIs for the aggregations changed so that there was a common interface between he types of Range/Histogram. This PR reflects that change in the Java API docs
Contributes to #9976
2015-03-05 11:09:49 +00: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