We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e8da7 commit f8f1d2cCopy full SHA for f8f1d2c
server/src/internalClusterTest/java/org/elasticsearch/search/query/ExistsIT.java
@@ -88,9 +88,9 @@ public void testExists() throws Exception {
88
// object fields
89
singletonMap("bar", barObject),
90
singletonMap("bar", singletonMap("baz", 42)),
91
- // sparse_vector field empty
92
- singletonMap("vec", emptyMap()),
93
- // sparse_vector field non-empty
+ // sparse_vector field
+ singletonMap("vec", singletonMap("6", 100)),
94
singletonMap("vec", singletonMap("1", 100)),
95
// empty doc
96
emptyMap() };
0 commit comments