Elasticsearch - Advanced Patterns
Which mapping type must be included in an Elasticsearch index to use percolate queries?
{
"mappings": {
"properties": {
"query": {
"type": "???"
}
}
}
}Which mapping type must be included in an Elasticsearch index to use percolate queries?
{
"mappings": {
"properties": {
"query": {
"type": "???"
}
}
}
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions