Add documentation for exponential_histogram field type#139684
Add documentation for exponential_histogram field type#139684JonasKunz merged 18 commits intoelastic:mainfrom
Conversation
ℹ️ Important: Docs version tagging👋 Thanks for updating the docs! Just a friendly reminder that our docs are now cumulative. This means all 9.x versions are documented on the same page and published off of the main branch, instead of creating separate pages for each minor version. We use applies_to tags to mark version-specific features and changes. Expand for a quick overviewWhen to use applies_to tags:✅ At the page level to indicate which products/deployments the content applies to (mandatory) What NOT to do:❌ Don't remove or replace information that applies to an older version 🤔 Need help?
|
|
Pinging @elastic/es-storage-engine (Team:StorageEngine) |
|
Pinging @elastic/core-docs (Team:Docs) |
docs/reference/elasticsearch/mapping-reference/exponential-histogram.md
Outdated
Show resolved
Hide resolved
docs/reference/elasticsearch/mapping-reference/exponential-histogram.md
Outdated
Show resolved
Hide resolved
docs/reference/elasticsearch/mapping-reference/exponential-histogram.md
Outdated
Show resolved
Hide resolved
docs/reference/elasticsearch/mapping-reference/exponential-histogram.md
Outdated
Show resolved
Hide resolved
…togram.md Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
docs/reference/elasticsearch/mapping-reference/exponential-histogram.md
Outdated
Show resolved
Hide resolved
docs/reference/elasticsearch/configuration-reference/index-management-settings.md
Outdated
Show resolved
Hide resolved
docs/reference/elasticsearch/configuration-reference/index-management-settings.md
Show resolved
Hide resolved
|
@marciw fyi, in case you wanna take a look. |
* upstream/main: Update text_similarity_rank_retriever to support inference ID as an argument when reranking on chunks (elastic#137397) Mute org.elasticsearch.test.rest.yaml.CssSearchYamlTestSuiteIT test {p0=search.retrievers/result-diversification/10_mmr_result_diversification_retriever/Test MMR result diversification multiple indexes} elastic#139826 Mute org.elasticsearch.index.mapper.SkipperSettingsTests testTSDBSkipperSettingDefaults elastic#139824 Unmute test fix elastic#129517 (elastic#139782) Add back support for deserializing old refresh token in test (elastic#139811) Add documentation for exponential_histogram field type (elastic#139684) make ES|QL sample CSV test looser (elastic#139814) Add `frozen_after` field to data stream lifecycle (elastic#139042) Quieten many `ERROR` logs to `WARN` (elastic#139799)
Adds documentation for the new
exponential_histogramES and ES|QL type.Also adds docs for the related
coercefunctionality with which we enhanced thehistogramtype.