File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed
qa/testFixtures/src/main/resources
src/main/java/org/elasticsearch/xpack/esql/action Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -93,24 +93,3 @@ book_no:keyword | title:text | author
93932776 | The Devil and Other Stories (Oxford World's Classics) | Leo Tolstoy
94945327 | 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- ;
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments