From 2c310787432539b47fbc19362c03190bfdcef610 Mon Sep 17 00:00:00 2001 From: AussieDev81 <95832527+AussieDev81@users.noreply.github.com> Date: Sat, 1 Apr 2023 22:10:57 +1000 Subject: [PATCH] Update EarlybirdSchemaBuilder.java Simple typo correction --- .../search/common/schema/earlybird/EarlybirdSchemaBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/twitter/search/common/schema/earlybird/EarlybirdSchemaBuilder.java b/src/java/com/twitter/search/common/schema/earlybird/EarlybirdSchemaBuilder.java index 095e00fe5..a4501a56c 100644 --- a/src/java/com/twitter/search/common/schema/earlybird/EarlybirdSchemaBuilder.java +++ b/src/java/com/twitter/search/common/schema/earlybird/EarlybirdSchemaBuilder.java @@ -27,7 +27,7 @@ public class EarlybirdSchemaBuilder extends SchemaBuilder { /** * Configure the specified field to be Out-of-order. - * In the realtime cluster, this causes Earlybird to used the skip list posting format. + * In the realtime cluster, this causes Earlybird to use the skip list posting format. */ public final EarlybirdSchemaBuilder withOutOfOrderEnabledForField(String fieldName) { if (!shouldIncludeField(fieldName)) {