Class Matcher
java.lang.Object
org.elasticsearch.logsdb.datageneration.matchers.Matcher
- Direct Known Subclasses:
GenericEqualsMatcher
A base class to be used for the matching logic when comparing query results.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic interfacestatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Matcher.SettingsStep<T> mappings(org.elasticsearch.xcontent.XContentBuilder actualMappings, org.elasticsearch.xcontent.XContentBuilder expectedMappings) static Matcher.MappingsStep<List<Map<String, Object>>>
-
Constructor Details
-
Matcher
public Matcher()
-
-
Method Details
-
mappings
public static <T> Matcher.SettingsStep<T> mappings(org.elasticsearch.xcontent.XContentBuilder actualMappings, org.elasticsearch.xcontent.XContentBuilder expectedMappings) -
matchSource
-