fixed RandomScoreFunctionTests

This commit is contained in:
uboness 2013-08-17 23:42:01 +02:00
parent c93eae8545
commit 91e78dcbe8
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class RandomScoreFunctionTests extends AbstractSharedClusterTest {
int docCount = atLeast(100);
for (int i = 0; i < docCount; i++) {
index("test", "type", "" + docCount, jsonBuilder().startObject().endObject());
index("test", "type", "" + i, jsonBuilder().startObject().endObject());
}
flush();