mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 16:39:11 +00:00
1. Move the "text format" test into separate file 2. Remove the "JSON format" from test names
10 lines
246 B
YAML
10 lines
246 B
YAML
---
|
|
"Text format":
|
|
- do:
|
|
indices.analyze:
|
|
format: text
|
|
text: tHE BLACK and white! AND red
|
|
- match:
|
|
tokens: "[black:4->9:<ALPHANUM>]\n\n4: \n[white:14->19:<ALPHANUM>]\n\n6: \n[red:25->28:<ALPHANUM>]\n"
|
|
|