File tree Expand file tree Collapse file tree 3 files changed +10
-33
lines changed
x-pack/plugin/esql/qa/testFixtures/src/main
java/org/elasticsearch/xpack/esql Expand file tree Collapse file tree 3 files changed +10
-33
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ public class CsvTestsDataLoader {
145145 private static final TestDataset MV_TEXT = new TestDataset ("mv_text" );
146146 private static final TestDataset DENSE_VECTOR = new TestDataset ("dense_vector" );
147147 private static final TestDataset COLORS = new TestDataset ("colors" );
148- private static final TestDataset FULL_TEXT_SEARCH = new TestDataset ("full_text_search" );
149148
150149 public static final Map <String , TestDataset > CSV_DATASET_MAP = Map .ofEntries (
151150 Map .entry (EMPLOYEES .indexName , EMPLOYEES ),
@@ -207,8 +206,7 @@ public class CsvTestsDataLoader {
207206 Map .entry (LOGS .indexName , LOGS ),
208207 Map .entry (MV_TEXT .indexName , MV_TEXT ),
209208 Map .entry (DENSE_VECTOR .indexName , DENSE_VECTOR ),
210- Map .entry (COLORS .indexName , COLORS ),
211- Map .entry (FULL_TEXT_SEARCH .indexName , FULL_TEXT_SEARCH )
209+ Map .entry (COLORS .indexName , COLORS )
212210 );
213211
214212 private static final EnrichConfig LANGUAGES_ENRICH = new EnrichConfig ("languages_policy" , "enrich-policy-languages.json" );
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -235,15 +235,15 @@ from colors metadata _score
235235| keep color, round_score
236236;
237237
238- color:text | round_score: double
239- olive | 1.0
240- olive drab | 0.0014
241- dark olive green | 4.0E-4
242- dark golden rod | 3.0E-4
243- sienna | 3.0E-4
244- medium aqua marine | 0.0
245- medium spring green | 0.0
246- light golden rod yellow | 0.0
238+ color:text | round_score:double
239+ olive | 1.0
240+ olive drab | 0.0014
241+ dark olive green | 4.0E-4
242+ dark golden rod | 3.0E-4
243+ sienna | 3.0E-4
244+ light golden rod yellow | 0.0
245+ medium aqua marine | 0.0
246+ medium spring green | 0.0
247247;
248248
249249testKnnWithNonPushableDisjunctionsOnComplexExpressions
You can’t perform that action at this time.
0 commit comments