If you disable _source and attempt to fetch text field without any sub-fields or parent fields we'll return null for it without a warning. But if _source is synthetic and you do that you get null and a warning. I believe we want this warning behavior across the board.
Description
If you disable
_source
and attempt to fetchtext
field without any sub-fields or parent fields we'll returnnull
for it without a warning. But if_source
is synthetic and you do that you getnull
and a warning. I believe we want this warning behavior across the board.