Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 188 Bytes

how-the-keyword-data-type-works.md

File metadata and controls

10 lines (9 loc) · 188 Bytes

How the keyword data type works

Testing the keyword analyzer

POST /_analyze
{
  "text": "2 guys walk into   a bar, but the third... DUCKS! :-)",
  "analyzer": "keyword"
}