matches property

Map<String, List<String>> matches
getter/setter pair

A mapping of post IDs to a list of matched terms within the post. This field will only be populated on servers running version 5.1 or greater with Elasticsearch enabled.

Implementation

Map<String, List<String>> matches;