Free Text Search
{
"query": {
"bool": {
"match": {
"content": "The naïve approach to text search can be sufficient in many cases"
}
}
}
}["The", "naive", "approach", "to", "text", "search", "can", "be", "sufficient", "in", "many", "cases"]Last updated