OpenSearch/x-pack/plugin
Julie Tibshirani e852bb29b7
Simplify signature of FieldMapper#parseCreateField. (#56144)
`FieldMapper#parseCreateField` accepts the parse context, plus a list of fields
as an output parameter. These fields are immediately added to the document
through `ParseContext#doc()`.

This commit simplifies the signature by removing the list of fields, and having
the mappers add the fields directly to `ParseContext#doc()`. I think this is
nicer for implementors, because previously fields could be added either through
the list, or the context (through `add`, `addWithKey`, etc.)
2020-05-06 11:12:09 -07:00
..
analytics Simplify signature of FieldMapper#parseCreateField. (#56144) 2020-05-06 11:12:09 -07:00
async-search Async Search: correct shards counting (#55758) 2020-05-06 12:13:30 +02:00
autoscaling Add wire tests for get autoscaling decision objects 2020-04-05 21:34:36 -04:00
ccr Add Functionality to Consistently Read RepositoryData For CS Updates (#55773) (#56091) 2020-05-04 08:13:14 +02:00
core Add geo_shape support for geotile_grid and geohash_grid (#55966) (#56228) 2020-05-05 09:54:14 -07:00
deprecation Convert remaining license methods to isAllowed (#55908) (#55991) 2020-04-30 15:52:22 -07:00
enrich Deprecated xpack "enable" settings should be no-ops (#55416) (#56167) 2020-05-05 10:40:49 -04:00
eql EQL: Add concat function (#55193) 2020-05-05 12:53:34 -06:00
frozen-indices Allow searching of snapshot taken while indexing (#55511) 2020-04-21 13:21:38 +01:00
graph Convert remaining license methods to isAllowed (#55908) (#55991) 2020-04-30 15:52:22 -07:00
identity-provider Backport: Deprecate the kibana reserved user (#54967) (#55822) 2020-04-28 10:30:25 -04:00
ilm Deprecated xpack "enable" settings should be no-ops (#55416) (#56167) 2020-05-05 10:40:49 -04:00
logstash Deprecated xpack "enable" settings should be no-ops (#55416) (#56167) 2020-05-05 10:40:49 -04:00
mapper-constant-keyword Simplify signature of FieldMapper#parseCreateField. (#56144) 2020-05-06 11:12:09 -07:00
mapper-flattened Simplify signature of FieldMapper#parseCreateField. (#56144) 2020-05-06 11:12:09 -07:00
ml [7.x][ML] Unmute ClssificationIT.testDependentVariableCardinalityTooHighButWithQueryMakesItWithinRange (#56268) (#56287) 2020-05-06 18:20:46 +03:00
monitoring [7.x] Ensure that the monitoring export exceptions are logged. (#56237) (#56251) 2020-05-05 19:24:26 -05:00
ql EQL: Add concat function (#55193) 2020-05-05 12:53:34 -06:00
rollup Deprecated xpack "enable" settings should be no-ops (#55416) (#56167) 2020-05-05 10:40:49 -04:00
search-business-rules [7.x] Create new `geo` module and migrate geo_shape registration (#53562) (#54924) 2020-04-07 16:30:58 -07:00
searchable-snapshots Enable prewarming by default for searchable snapshots (#56201) 2020-05-06 10:18:34 +02:00
security Let realms gracefully terminate the authN chain (#55623) 2020-05-05 10:11:49 +03:00
spatial Simplify signature of FieldMapper#parseCreateField. (#56144) 2020-05-06 11:12:09 -07:00
sql SQL: Add BigDecimal support to JDBC (#56015) (#56220) 2020-05-05 23:19:36 +02:00
src/test [Transform] fixes http status code when bad scripts are provided (#56117) (#56219) 2020-05-05 12:36:22 -04:00
transform [7.x] Get index includes parent data stream for backing indices (#56238) 2020-05-05 15:43:42 -05:00
vectors Simplify signature of FieldMapper#parseCreateField. (#56144) 2020-05-06 11:12:09 -07:00
voting-only-node Convert remaining license methods to isAllowed (#55908) (#55991) 2020-04-30 15:52:22 -07:00
watcher Deprecated xpack "enable" settings should be no-ops (#55416) (#56167) 2020-05-05 10:40:49 -04:00
wildcard Simplify signature of FieldMapper#parseCreateField. (#56144) 2020-05-06 11:12:09 -07:00
build.gradle [7.x] json spec - add description for autoscaling (#55748) (#55901) 2020-04-29 08:40:11 -05:00