Commit bcc3278
* refactor(semantic_text): fail early in pre-8.11 indices (#133080)
* fix(semantic_text): index underlying dense_vector field in older indices
* Update docs/changelog/133080.yaml
* [CI] Auto commit changes from spotless
* update msg, change versions, add ut
* indent
* remove todo
* [CI] Auto commit changes from spotless
* update msg
* [CI] Auto commit changes from spotless
* add densevectormapper indexed ut
* [CI] Auto commit changes from spotless
* fix ut
* undo accidental ut removal
* [CI] Auto commit changes from spotless
* Update docs/changelog/133080.yaml
Co-authored-by: Kathleen DeRusso <[email protected]>
* remove sparse_vector exception change
* [CI] Auto commit changes from spotless
* reverting most of the stuff
* removing unused import, rename test
* [CI] Auto commit changes from spotless
* syntax
* revisit changelog
* revisit changelog
* Update docs/changelog/133080.yaml
Co-authored-by: Kathleen DeRusso <[email protected]>
* Update x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/mapper/SemanticTextFieldMapper.java
Co-authored-by: Kathleen DeRusso <[email protected]>
* changelog format
* fix UT
---------
Co-authored-by: elasticsearchmachine <[email protected]>
Co-authored-by: Kathleen DeRusso <[email protected]>
(cherry picked from commit 8f41a4b)
# Conflicts:
# server/src/test/java/org/elasticsearch/index/mapper/vectors/DenseVectorFieldMapperTests.java
# x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/mapper/SemanticTextFieldMapper.java
* Fix test
---------
Co-authored-by: Michail Romaios <[email protected]>
1 parent a573090 commit bcc3278
File tree
5 files changed
+94
-2
lines changed- docs/changelog
- server/src/test/java/org/elasticsearch/index/mapper/vectors
- test/framework/src/main/java/org/elasticsearch/index/mapper
- x-pack/plugin/inference/src
- main/java/org/elasticsearch/xpack/inference/mapper
- test/java/org/elasticsearch/xpack/inference/mapper
5 files changed
+94
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
103 | | - | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
520 | | - | |
| 520 | + | |
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| 126 | + | |
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
| |||
156 | 158 | | |
157 | 159 | | |
158 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
159 | 164 | | |
160 | 165 | | |
161 | 166 | | |
| |||
Lines changed: 81 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
400 | 402 | | |
401 | 403 | | |
402 | 404 | | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
403 | 456 | | |
404 | 457 | | |
405 | 458 | | |
| |||
1364 | 1417 | | |
1365 | 1418 | | |
1366 | 1419 | | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
1367 | 1448 | | |
1368 | 1449 | | |
1369 | 1450 | | |
| |||
0 commit comments