OpenSearch/x-pack
Marios Trivyzas b594e81c86
SQL: Fix issue with field names containing "." (#37364)
Adjust FieldExtractor to handle fields which contain `.` in their
name, regardless where they fall in, in the document hierarchy. E.g.:

```
{
  "a.b": "Elastic Search"
}

{
  "a": {
    "b.c": "Elastic Search"
  }
}

{
  "a.b": {
    "c": {
      "d.e" : "Elastic Search"
    }
  }
}
```

Fixes: #37128
2019-01-15 09:41:41 +02:00
..
dev-tools
docs Update the default for include_type_name to false. (#37285) 2019-01-14 13:08:01 -08:00
license-tools Core: Rework multi date formatter merging (#36447) 2018-12-11 23:47:44 -08:00
plugin SQL: Fix issue with field names containing "." (#37364) 2019-01-15 09:41:41 +02:00
qa Security: remove SSL settings fallback (#36846) 2019-01-14 14:06:22 -07:00
test Upgrade ASM for java 12 compatability (#37385) 2019-01-13 09:33:39 -08:00
transport-client Testing conventions: add support for checking base classes (#36650) 2019-01-08 13:39:03 +02:00
NOTICE.txt
README.md
build.gradle MINOR: Remove some Deadcode in Gradle (#37160) 2019-01-07 09:21:25 +01:00

README.md

Elastic License Functionality

This directory tree contains files subject to the Elastic License. The files subject to the Elastic License are grouped in this directory to clearly separate them from files licensed under the Apache License 2.0.