mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Synthetic _source: support histogram field (#89833)
Adds support for the `histogram` field type to synthetic _source. 
This commit is contained in:
parent
f8d1d2afa6
commit
b667aa33f0
7 changed files with 213 additions and 3 deletions
|
@ -35,6 +35,7 @@ types:
|
|||
** <<numeric-synthetic-source,`float`>>
|
||||
** <<geo-point-synthetic-source,`geo_point`>>
|
||||
** <<numeric-synthetic-source,`half_float`>>
|
||||
** <<histogram-synthetic-source,`histogram`>>
|
||||
** <<numeric-synthetic-source,`integer`>>
|
||||
** <<ip-synthetic-source,`ip`>>
|
||||
** <<keyword-synthetic-source,`keyword`>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue