James Rodewig
1f36c4e50c
[DOCS] Replace "// CONSOLE" comments with [source,console] ( #46159 ) ( #46332 )
2019-09-05 10:11:25 -04:00
Christoph Büscher
95a6951f78
Use new bulk API endpoint in the docs ( #37698 )
...
This change switches to using the typeless bulk API endpoint in the
documentation snippets where possible
2019-01-23 09:46:28 +01:00
markharwood
fe623acf66
Docs - removed experimental/beta markers from adjacency matrix aggregation ( #34599 )
2018-10-19 09:33:59 +01:00
Adrien Grand
1b660821a2
Allow _doc
as a type. ( #27816 )
...
Allowing `_doc` as a type will enable users to make the transition to 7.0
smoother since the index APIs will be `PUT index/_doc/id` and `POST index/_doc`.
This also moves most of the documentation to `_doc` as a type name.
Closes #27750
Closes #27751
2017-12-14 17:47:53 +01:00
Clinton Gormley
ff4a2519f2
Update experimental labels in the docs ( #25727 )
...
Relates https://github.com/elastic/elasticsearch/issues/19798
Removed experimental label from:
* Painless
* Diversified Sampler Agg
* Sampler Agg
* Significant Terms Agg
* Terms Agg document count error and execution_hint
* Cardinality Agg precision_threshold
* Pipeline Aggregations
* index.shard.check_on_startup
* index.store.type (added warning)
* Preloading data into the file system cache
* foreach ingest processor
* Field caps API
* Profile API
Added experimental label to:
* Moving Average Agg Prediction
Changed experimental to beta for:
* Adjacency matrix agg
* Normalizers
* Tasks API
* Index sorting
Labelled experimental in Lucene:
* ICU plugin custom rules file
* Flatten graph token filter
* Synonym graph token filter
* Word delimiter graph token filter
* Simple pattern tokenizer
* Simple pattern split tokenizer
Replaced experimental label with warning that details may change in the future:
* Analysis explain output format
* Segments verbose output format
* Percentile Agg compression and HDR Histogram
* Percentile Rank Agg HDR Histogram
2017-07-18 14:06:22 +02:00
markharwood
f01784205f
New AdjacencyMatrix aggregation
...
Similar to the Filters aggregation but only supports "keyed" filter buckets and automatically "ANDs" pairs of filters to produce a form of adjacency matrix.
The intersection of buckets "A" and "B" is named "A&B" (the choice of separator is configurable). Empty intersection buckets are removed from the final results.
Closes #22169
2017-01-20 15:49:31 +00:00