Skip to content

Commit 235ebbd

Browse files
committed
Remove fork / rrf related changes.
1 parent db78e9f commit 235ebbd

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/resources/rerank.csv-spec

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -93,24 +93,3 @@ book_no:keyword | title:text | author
9393
2776 | The Devil and Other Stories (Oxford World's Classics) | Leo Tolstoy
9494
5327 | War and Peace | Leo Tolstoy
9595
;
96-
97-
98-
reranker after RRF
99-
required_capability: fork
100-
required_capability: rrf
101-
required_capability: match_operator_colon
102-
required_capability: rerank
103-
104-
FROM books METADATA _id, _index, _score
105-
| FORK ( WHERE title:"Tolkien" | SORT _score, _id DESC | LIMIT 3 )
106-
( WHERE author:"Tolkien" | SORT _score, _id DESC | LIMIT 3 )
107-
| RRF
108-
| RERANK "Tolkien" ON title WITH test_reranker
109-
| LIMIT 2
110-
| KEEP book_no, title, author
111-
;
112-
113-
book_no:keyword | title:keyword | author:keyword
114-
5335 | Letters of J R R Tolkien | J.R.R. Tolkien
115-
2130 | The J. R. R. Tolkien Audio Collection | [Christopher Tolkien, John Ronald Reuel Tolkien]
116-
;

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -777,11 +777,6 @@ public enum Cap {
777777
*/
778778
AGGREGATE_METRIC_DOUBLE_RENDERING(AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG),
779779

780-
/**
781-
* Support for FORK command
782-
*/
783-
FORK(Build.current().isSnapshot()),
784-
785780
/**
786781
* Support for RERANK command
787782
*/

0 commit comments

Comments
 (0)