Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.3.x support #3387

Merged
merged 30 commits into from
Sep 3, 2018
Merged

6.3.x support #3387

merged 30 commits into from
Sep 3, 2018

Conversation

Mpdreamz
Copy link
Member

@Mpdreamz Mpdreamz commented Sep 3, 2018

Mpdreamz and others added 28 commits September 3, 2018 11:07
This commit adds periodic flush count to FlushStats
#3364)

This commit adds support for null_value, ignore_z_value on GeoPoint property
#3365)

This commit adds support for 3rd dimension (Z value) to points for geo_shapes

GeoShapeAttribute needs to implement IGeoShapeProperty
…arch#28613… (#3358)

This commit adds additional translog properties as per elastic/elasticsearch#28613 and add properties we weren't mapping
#3367)

Fix #3317 and #3322 add after_key support to composite aggregation result and allow format to be set for date histogram composite source

Introduce CompositeBucketAggregate derived from  MultiBucketAggregate<CompositeBucket> to introduce AfterKey property.
Bump dotnet-xunit .NET tool to official release
* Generate ExcecutePainlessScript methods/descriptors etc

* Implement ExecutePainlessScript API with tests

Omitting `context` for now since that only takes a single option now
which is also the default. Waiting for the API to crystalize here.

* make Result generic in preparation for 6.4
* fix #3329 Add Adaptive selection statistics to NodeStats

* add ingest statistics
* Add support for well known text (wkt) to geo bounding box queries
* Move geo_shape queries into Tests project

This commit moves the geo_shape queries into the Test project.
Missed in the Tests refactoring

* Add support for Z values to GeoCoordinate
* Add support for WKT geo shapes

This commit adds support for Well-Known Text (WKT) representations
of geo_shape. The extent of the implementation is only as far as is
required by the WKT support in Elasticsearch.

Deserialize from WKT to IGeoShape types. The format from which
the shape is deserialized is assigned to an internal format property
on the concrete implementations of GeoShape as the intention is
not to expose this as a property on the IGeoShape interface. The format
is assigned to the instance so that the IGeoShape instance is
serialized to the same format if indexed again.

GeoWKTReader is a simple tokenizer implementation
for the purposes of parsing only WKT concepts that are supported
by Elasticsearch.

GeoShapeConverter now implements WriteJson because the
original format of IGeoShape now needs to be taken into account
when serializing.

Add tests for roundtrip serialization of WKT.

Closes #3256
This commit adds a note to the filter_path XML comments to warn about
response filtering potentially affecting deserialization to the respective response type.

Include XML comments on common options for Descriptor types

Closes #3331
This commit adds support for providing a set of Ids to MultiTermVectors API to be used in
conjunction with index and type provided in the URI.

Index() and Type() methods added to MultiTermVectorOperation to allow the default typeof(T)
values to be overidden.

Closes #3219
… if the node was not started, This would hide before node exceptions such as JAVA_HOME not being set
…urrently setting this to false leads to unexpected failures
@Mpdreamz Mpdreamz merged commit 5c9f9b4 into 6.x Sep 3, 2018
@Mpdreamz Mpdreamz deleted the 6.3 branch November 1, 2018 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants