-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
6.3.x support #3387
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ring parameters again
#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
…uget package and not the referenced source
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#3386