OpenSearch/rest-api-spec/test/indices.analyze/20_analyze_text_format.yaml
Karel Minarik ad3bf79c6a Changed the "Indices Analyze" test to better correspond with the new test structure
1. Move the "text format" test into separate file
2. Remove the "JSON format" from test names
2013-09-09 23:36:44 +02:00

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"