mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-01-09 18:59:25 +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.
|
* 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) {
|
public final EarlybirdSchemaBuilder withOutOfOrderEnabledForField(String fieldName) {
|
||||||
if (!shouldIncludeField(fieldName)) {
|
if (!shouldIncludeField(fieldName)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user