Related to #89
This commit is contained in:
David Pilato 2014-10-27 22:08:41 +01:00
parent d08e9c7080
commit faf34d745d
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ public class StandaloneTest extends CliTool {
}
if (size >= 0) {
builder.field("_indexed_chars", 10);
builder.field("_indexed_chars", size);
}
BytesReference json = builder.endObject().endObject().bytes();