Skip to content

Commit 452757b

Browse files
committed
Bump Elasticsearch codec to track Lucene101Codec
1 parent e4dd62b commit 452757b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/index/mapper/CompletionFieldMapperTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public void testPostingsFormat() throws IOException {
162162
assertThat(codec, instanceOf(LegacyPerFieldMapperCodec.class));
163163
assertThat(
164164
((LegacyPerFieldMapperCodec) codec).getPostingsFormatForField("field"),
165-
instanceOf(Completion912PostingsFormat.class)
165+
instanceOf(Completion101PostingsFormat.class)
166166
);
167167
}
168168
}

0 commit comments

Comments
 (0)