Spelling error of aggregation

This commit is contained in:
londocr 2014-08-27 20:56:59 -06:00 committed by Boaz Leskes
parent eb22d9ec24
commit 1213eec834
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ Response:
}
--------------------------------------------------
As can be seen, the name of the aggregation (`min_price` above) also serves as the key by which the aggreagtion result can be retrieved from the returned response.
As can be seen, the name of the aggregation (`min_price` above) also serves as the key by which the aggregation result can be retrieved from the returned response.
==== Script
@ -64,4 +64,4 @@ Let's say that the prices of the documents in our index are in USD, but we would
}
}
}
--------------------------------------------------
--------------------------------------------------