Commit 7cc7cd5
committed
Merge branch '6.x' into ccr-6.x
* 6.x:
Remove unnecessary exception for engine constructor
Update docs about `script` parameter (#27010)
Do not set SO_LINGER on server channels (#26997)
Fix inconsistencies in the rest api specs for *_script (#26971)
fix inconsistencies in the rest api specs for cat.snapshots (#26996)
Add docs on full_id parameter in cat nodes API
Add removal of types to the 6.0 breaking changes
Create weights lazily in filter and filters aggregation (#26983)
[TEST] Add test that replicates versioned updates with random flushes
Use internal searcher for all indexing related operations in the engine
Use separate searchers for "search visibility" vs "move indexing buffer to disk (#26972)
Reformat paragraph in template docs to 80 columns
Clarify settings and template on create index
Fix reference to TcpTransport in documentation
Allow Uid#decodeId to decode from a byte array slice (#26987)
Fix a typo in the similarity docs (#26970)File tree
33 files changed
+478
-206
lines changed- core/src
- main/java/org/elasticsearch
- action/termvectors
- index
- engine
- mapper
- shard
- rest/action/admin/cluster
- search/aggregations/bucket
- filter
- nested
- transport
- test/java/org/elasticsearch
- index
- engine
- mapper
- shard
- search/aggregations/bucket/filter
- transport
- docs/reference
- cat
- docs
- index-modules
- indices
- migration
- modules/scripting
- modules/transport-netty4/src/main/java/org/elasticsearch/transport/netty4
- rest-api-spec/src/main/resources/rest-api-spec/api
- test/framework/src/main/java/org/elasticsearch/transport
- nio
33 files changed
+478
-206
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
309 | | - | |
310 | | - | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
Lines changed: 29 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
469 | | - | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
470 | 471 | | |
471 | 472 | | |
472 | 473 | | |
| |||
494 | 495 | | |
495 | 496 | | |
496 | 497 | | |
497 | | - | |
| 498 | + | |
| 499 | + | |
498 | 500 | | |
499 | 501 | | |
500 | 502 | | |
501 | 503 | | |
502 | 504 | | |
503 | 505 | | |
| 506 | + | |
| 507 | + | |
504 | 508 | | |
505 | 509 | | |
506 | 510 | | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
507 | 525 | | |
508 | 526 | | |
509 | 527 | | |
510 | 528 | | |
511 | 529 | | |
512 | 530 | | |
513 | | - | |
| 531 | + | |
514 | 532 | | |
515 | 533 | | |
516 | 534 | | |
| |||
536 | 554 | | |
537 | 555 | | |
538 | 556 | | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
539 | 561 | | |
540 | 562 | | |
541 | 563 | | |
| |||
768 | 790 | | |
769 | 791 | | |
770 | 792 | | |
771 | | - | |
| 793 | + | |
772 | 794 | | |
773 | 795 | | |
774 | 796 | | |
| |||
1306 | 1328 | | |
1307 | 1329 | | |
1308 | 1330 | | |
1309 | | - | |
| 1331 | + | |
1310 | 1332 | | |
1311 | 1333 | | |
1312 | 1334 | | |
| |||
0 commit comments