mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-12-22 18:21:51 +01:00
Update EarlybirdSchemaBuilder.java
Simple typo correction
This commit is contained in:
parent
ec83d01dca
commit
2c31078743
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user