Highlight on all fields Java API

I am using Java client api to build a highlight configuration

Highlight.of(h -> h.type(HighlighterType.Unified)
				.fields(<a map of fields>)
                               ... ...

How do I specify to highlight on all fields without building a map of all fields?