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 e4dd62b commit 452757bCopy full SHA for 452757b
server/src/test/java/org/elasticsearch/index/mapper/CompletionFieldMapperTests.java
@@ -162,7 +162,7 @@ public void testPostingsFormat() throws IOException {
162
assertThat(codec, instanceOf(LegacyPerFieldMapperCodec.class));
163
assertThat(
164
((LegacyPerFieldMapperCodec) codec).getPostingsFormatForField("field"),
165
- instanceOf(Completion912PostingsFormat.class)
+ instanceOf(Completion101PostingsFormat.class)
166
);
167
}
168
0 commit comments