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 b822d40 commit d392f4fCopy full SHA for d392f4f
server/src/main/java/org/elasticsearch/index/shard/IndexShard.java
@@ -4291,7 +4291,7 @@ private FieldInfos loadFieldInfos() {
4291
try (Engine.Searcher hasValueSearcher = getEngine().acquireSearcher("field_has_value")) {
4292
return FieldInfos.getMergedFieldInfos(hasValueSearcher.getIndexReader());
4293
} catch (AlreadyClosedException ignore) {
4294
- // engine is closed - no update to3 FieldInfos is fine
+ // engine is closed - no update to FieldInfos is fine
4295
}
4296
return FieldInfos.EMPTY;
4297
0 commit comments