Class SourceMatcher
java.lang.Object
org.elasticsearch.datageneration.matchers.Matcher
org.elasticsearch.datageneration.matchers.GenericEqualsMatcher<List<Map<String,Object>>>
org.elasticsearch.datageneration.matchers.source.SourceMatcher
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.datageneration.matchers.Matcher
Matcher.CompareStep<T>, Matcher.ExpectedStep<T>, Matcher.MappingsStep<T>, Matcher.SettingsStep<T> -
Field Summary
Fields inherited from class org.elasticsearch.datageneration.matchers.GenericEqualsMatcher
actual, actualMappings, actualSettings, expected, expectedMappings, expectedSettings, ignoringSort -
Constructor Summary
ConstructorsConstructorDescriptionSourceMatcher(Map<String, Map<String, Object>> mappingLookup, org.elasticsearch.xcontent.XContentBuilder actualMappings, Settings.Builder actualSettings, org.elasticsearch.xcontent.XContentBuilder expectedMappings, Settings.Builder expectedSettings, List<Map<String, Object>> actual, List<Map<String, Object>> expected, boolean ignoringSort) -
Method Summary
Methods inherited from class org.elasticsearch.datageneration.matchers.Matcher
mappings, matchSource
-
Constructor Details
-
SourceMatcher
public SourceMatcher(Map<String, Map<String, Object>> mappingLookup, org.elasticsearch.xcontent.XContentBuilder actualMappings, Settings.Builder actualSettings, org.elasticsearch.xcontent.XContentBuilder expectedMappings, Settings.Builder expectedSettings, List<Map<String, Object>> actual, List<Map<String, Object>> expected, boolean ignoringSort)
-
-
Method Details