Hi, all.
When using docvalue_fields, we would like to use wildcard like stored_fields:
# already supported
GET /index/_search
{
"stored_fields": ["*"]
}
# not support now
GET /index/_search
{
"docvalue_fields": ["*"]
}
Looking forward to this feature.
Hi, all.
When using docvalue_fields, we would like to use wildcard like stored_fields:
Looking forward to this feature.