Adrien Grand
b42f66c8ac
Document 5.0 mapping changes.
2016-03-22 16:22:58 +01:00
Clinton Gormley
0ed0fea558
Updated link to Joda time zones
2016-03-14 12:24:58 +01:00
Christoph Büscher
ff46303f15
Simplify mock scripts
2016-03-07 15:39:35 +01:00
Christoph Büscher
6b0f63e1a6
Adding `time_zone` parameter to daterange-aggregation docs
2016-03-07 15:38:24 +01:00
Clinton Gormley
9674cbbe62
Documented [] syntax for buckets_path
...
Closes #15707
2016-03-01 09:55:01 +01:00
Clinton Gormley
300554841e
Merge pull request #16738 from robertlyson/patch-1
...
Update to serial differencing aggregation doc
2016-02-28 20:09:14 +01:00
evanfreed
7ed30a9c00
Spelling
...
Corrected spelling.
2016-02-26 13:39:25 -05:00
Robert
7844804874
Update to serial differencing aggregation doc
...
Hi,
`thirtieth_difference` should use `the_sum` metric as the `buckets_path`.
2016-02-20 12:13:02 +01:00
Colin Goodheart-Smithe
e546db0753
[DOCS] fix to sampler agg documentation
2016-02-15 13:17:19 +00:00
Colin Goodheart-Smithe
5f489b99bf
fixed docs link error
2016-02-15 12:12:16 +00:00
Colin Goodheart-Smithe
1f760bd1bd
Merge branch 'master' into feature/aggs-refactoring
2016-02-10 12:16:26 +00:00
Dongjoon Hyun
21ea552070
Fix typos in docs.
2016-02-09 02:07:32 -08:00
Colin Goodheart-Smithe
5d9d91b761
Merge branch 'master' into feature/aggs-refactoring
2016-02-03 14:45:16 +00:00
Clinton Gormley
53662b0be9
Merge pull request #16345 from lbrito1/patch-1
...
Changes "that is" to "for example".
2016-02-02 15:13:29 +01:00
Colin Goodheart-Smithe
3b35754f59
Merge branch 'master' into feature/aggs-refactoring
...
# Conflicts:
# core/src/test/java/org/elasticsearch/percolator/PercolateDocumentParserTests.java
2016-01-26 13:17:53 +00:00
Clinton Gormley
7cde0d47bc
Merge pull request #16215 from eemp/patch-1
...
Update filters-aggregation.asciidoc
2016-01-26 12:56:43 +01:00
Colin Goodheart-Smithe
cd8320b171
Merge branch 'master' into feature/aggs-refactoring
...
# Conflicts:
# core/src/main/java/org/elasticsearch/search/aggregations/bucket/filter/FilterAggregator.java
# core/src/main/java/org/elasticsearch/search/aggregations/bucket/filters/FiltersAggregator.java
# core/src/main/java/org/elasticsearch/search/SearchModule.java
2016-01-25 10:42:20 +00:00
Kevin Adams
768d171f77
Timezone: use forward slash
...
Using a backslash causes errors when querying elasticsearch, but changing the back slash to forward slash on the timezone fixes it.
Closes #16148
2016-01-22 14:26:49 +01:00
Colin Goodheart-Smithe
2c33f78192
Merge branch 'master' into feature/aggs-refactoring
...
# Conflicts:
# core/src/main/java/org/elasticsearch/search/aggregations/bucket/children/ChildrenParser.java
# core/src/main/java/org/elasticsearch/search/aggregations/support/ValuesSourceParser.java
# test/framework/src/main/java/org/elasticsearch/test/TestSearchContext.java
2016-01-06 09:35:53 +00:00
Eugene Pirogov
d48af9a155
Fix indent in example
...
Previously it would look like if `warnings` key is nested under `errors`.
2016-01-05 14:41:09 +01:00
omiend
0c878f3bf6
add double quotation
2016-01-04 11:55:24 +09:00
Colin Goodheart-Smithe
1aea0faa86
Aggregations Refactor: Refactor Sampler Aggregation
2015-12-21 09:35:46 +00:00
KangYongKyun
b5d49641fb
colon is added
...
"predict" 10 => "predict" : 10
2015-11-05 11:32:20 +09:00
Nicholas Knize
b31d3ddd3e
Adds geo_centroid metric aggregator
...
This commit adds a new metric aggregator for computing the geo_centroid over a set of geo_point fields. This can be combined with other aggregators (e.g., geohash_grid, significant_terms) for computing the geospatial centroid based on the document sets from other aggregation results.
2015-10-14 16:19:09 -05:00
Clinton Gormley
3e7201ef63
Merge pull request #14096 from speedplane/patch-2
...
Fixed a typo ("when when")
2015-10-13 21:17:09 +02:00
Clinton Gormley
dc018cf622
Updated docs for 3.0.0-beta
2015-10-07 13:27:46 +02:00
Alex
4077a322c5
Docs: Fix typo - datehistogram
...
date_histogram in place of datehistogram
Closes #13886
2015-10-06 19:22:21 +02:00
Taehee Kim
45e0ccd274
Fix typo
2015-09-25 06:42:21 +09:00
Adrien Grand
86f1b07df0
Docs: Remove docs for the `filtered`, `and`, `or` and `(f)query` queries.
2015-09-11 11:00:54 +02:00
Clinton Gormley
8aba6ce93a
Docs: Improved the date histogram docs for time_zone and offset
2015-09-07 19:54:00 +02:00
Zachary Tong
397d5beae1
Aggregations: Add stats_bucket / extended_stats_bucket pipeline aggregations
...
These are the complements to the stats/extended_stats metric aggregations, and can be used
to calculate a variety of statistics over buckets
2015-09-04 15:23:48 -04:00
Zachary Tong
c5b39ce85e
[DOCS] Fix broken inter-page link
2015-09-03 23:17:01 -04:00
Zachary Tong
1016734b4c
Aggregations: Add percentiles_bucket pipeline aggregations
...
This pipeline will calculate percentiles over a set of sibling buckets. This is an exact
implementation, meaning it needs to cache a copy of the series in memory and sort it to determine
the percentiles.
This comes with a few limitations: to prevent serializing data around, only the requested percentiles
are calculated (unlike the TDigest version, which allows the java API to ask for any percentile).
It also needs to store the data in-memory, resulting in some overhead if the requested series is
very large.
2015-09-03 22:24:14 -04:00
Lee Hinman
118eab5462
Merge pull request #13257 from elastic/docsfix
...
Fixed non-valid JSON (though ES would accept it)
2015-09-02 07:51:13 -06:00
Colin Goodheart-Smithe
1d9905a798
[DOCS] Added note about valid return types for scripts in the scripted_metric aggregation
2015-09-02 12:13:15 +01:00
Shane Connelly
5e385d5bf2
Fixed non-valid JSON (though ES would accept it)
2015-09-01 13:17:07 -07:00
Clinton Gormley
aa52c4f712
Docs: Fixed variations of spelling of buckets_path
...
Closes #13201
2015-08-31 13:47:40 +02:00
Colin Goodheart-Smithe
9112217869
Merge pull request #13024 from iantruslove/patch-1
...
[DOCS] Couple of typos - various misspellings of `buckets-path`
2015-08-24 15:37:05 +02:00
Murilo Pereira
a960b3cac4
Here too.
2015-08-20 18:07:51 -03:00
Murilo Pereira
13f961a3d3
s/bucket_paths/buckets_path/
...
Using "bucket_paths" makes the server return a 400 with "Unknown key for a VALUE_STRING in [aggregation-name]: [buckets_paths]."
2015-08-20 18:05:02 -03:00
Ian Truslove
ae0a74eb1c
Couple of typos - various misspellings of `buckets-path`
2015-08-20 14:57:09 -06:00
Adrien Grand
a91b3fcbb9
Move the `murmur3` field to a plugin and fix defaults.
...
This move the `murmur3` field to the `mapper-murmur3` plugin and fixes its
defaults so that values will not be indexed by default, as the only purpose
of this field is to speed up `cardinality` aggregations on high-cardinality
string fields, which only requires doc values.
I also removed the `rehash` option from the `cardinality` aggregation as it
doesn't bring much value (rehashing is cheap) and allowed to remove the
coupling between the `cardinality` aggregation and the `murmur3` field.
Close #12874
2015-08-18 11:41:52 +02:00
Clinton Gormley
c6c3a40cb6
Docs: Updated annotations for 2.0.0-beta1
2015-08-14 10:51:09 +02:00
Asimov4
60f3ea0131
Fixing typo
2015-08-08 14:14:59 -07:00
Sylvain Zimmer
c2f774ac57
Warning in the docs for negative histogram values
...
As requested in https://github.com/elastic/elasticsearch/issues/8082#issuecomment-127962374
2015-08-07 13:10:03 +02:00
Clinton Gormley
ac2b8951c6
Docs: Mapping docs completely rewritten for 2.0
2015-08-06 17:24:51 +02:00
Sylvain Zimmer
12a2db5417
Fix typo in docs
2015-07-31 19:11:04 -04:00
Colin Goodheart-Smithe
3e0532a0c5
Aggregations: Add HDRHistogram as an option in percentiles and percentile_ranks aggregations
...
HDRHistogram has been added as an option in the percentiles and percentile_ranks aggregation. It has one option `number_significant_digits` which controls the accuracy and memory size for the algorithm
Closes #8324
2015-07-24 17:55:36 +01:00
Ryan Ernst
dba42a83e2
Docs: Update time_zone specification
...
closes #12317
2015-07-21 00:22:53 -07:00
Zachary Tong
8790989a47
[DOCS] Fix link to serial_diff docs
2015-07-10 19:01:18 -04:00