OpenSearch/rest-api-spec/test/indices.analyze/20_analyze_text_format.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"