changed `bucketsPaths` to `buckets_paths`

This commit is contained in:
Colin Goodheart-Smithe 2015-04-13 15:13:02 +01:00
parent 392f9ce1f8
commit 7fdf32fb0d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public abstract class Reducer implements Streamable {
*/
public static interface Parser {
public static final ParseField BUCKETS_PATH = new ParseField("bucketsPath");
public static final ParseField BUCKETS_PATH = new ParseField("buckets_path");
/**
* @return The reducer type this parser is associated with.