forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into simplify-prefix-logger
* master: (1889 commits) Test: remove faling test that relies on merge order Log checkout so SHA is known Add link to community Rust Client (elastic#22897) "shard started" should show index and shard ID (elastic#25157) await fix testWithRandomException Change BWC versions on create index response Return the index name on a create index response Remove incorrect bwc branch logic from master Correctly format arrays in output [Test] Extending parsing checks for SearchResponse (elastic#25148) Scripting: Change keys for inline/stored scripts to source/id (elastic#25127) [Test] Add test for custom requests in High Level Rest Client (elastic#25106) nested: In case of a single type the _id field should be added to the nested document instead of _uid field. `type` and `id` are lost upon serialization of `Translog.Delete`. (elastic#24586) fix highlighting docs Fix NPE in token_count datatype with null value (elastic#25046) Remove the postings highlighter and make unified the default highlighter choice (elastic#25028) [Test] Adding test for parsing SearchShardFailure leniently (elastic#25144) Fix typo in shards.asciidoc (elastic#25143) List Hibernate Search (elastic#25145) ...
- Loading branch information
Showing
5,280 changed files
with
203,618 additions
and
116,137 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,46 @@ | ||
<!-- | ||
GitHub is reserved for bug reports and feature requests. The best place | ||
to ask a general question is at the Elastic Discourse forums at | ||
https://discuss.elastic.co. If you are in fact posting a bug report or | ||
a feature request, please include one and only one of the below blocks | ||
in your new issue. Note that whether you're filing a bug report or a | ||
feature request, ensure that your submission is for an | ||
[OS that we support](https://www.elastic.co/support/matrix#show_os). | ||
Bug reports on an OS that we do not support or feature requests | ||
specific to an OS that we do not support will be closed. | ||
--> | ||
<!-- | ||
If you are filing a bug report, please remove the below feature | ||
request block and provide responses for all of the below items. | ||
** Please read the guidelines below. ** | ||
Issues that do not follow these guidelines are likely to be closed. | ||
1. GitHub is reserved for bug reports and feature requests. The best place to | ||
ask a general question is at the Elastic [forums](https://discuss.elastic.co). | ||
GitHub is not the place for general questions. | ||
2. Is this bug report or feature request for a supported OS? If not, it | ||
is likely to be closed. See https://www.elastic.co/support/matrix#show_os | ||
3. Please fill out EITHER the feature request block or the bug report block | ||
below, and delete the other block. | ||
--> | ||
|
||
<!-- Feature request --> | ||
|
||
**Describe the feature**: | ||
|
||
<!-- Bug report --> | ||
|
||
**Elasticsearch version**: | ||
|
||
**Plugins installed**: [] | ||
|
||
**JVM version**: | ||
**JVM version** (`java -version`): | ||
|
||
**OS version**: | ||
**OS version** (`uname -a` if on a Unix-like system): | ||
|
||
**Description of the problem including expected versus actual behavior**: | ||
|
||
**Steps to reproduce**: | ||
|
||
Please include a *minimal* but *complete* recreation of the problem, including | ||
(e.g.) index creation, mappings, settings, query etc. The easier you make for | ||
us to reproduce it, the more likely that somebody will take the time to look at it. | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
**Provide logs (if relevant)**: | ||
|
||
<!-- | ||
If you are filing a feature request, please remove the above bug | ||
report block and provide responses for all of the below items. | ||
--> | ||
|
||
**Describe the feature**: |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Elasticsearch | ||
Copyright 2009-2016 Elasticsearch | ||
Copyright 2009-2017 Elasticsearch | ||
|
||
This product includes software developed by The Apache Software | ||
Foundation (http://www.apache.org/). |
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
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
Oops, something went wrong.