Elasticsearch - Performance and Scaling
You want to optimize cache clearing by only clearing fielddata cache for fields starting with
user_. Which approach is correct?user_. Which approach is correct?{ "fielddata": { "fields": ["user_*"] } } clears fielddata cache only for fields matching the pattern.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions