聚合小分类时采用smallSort而部署smallSortName
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -13,6 +13,6 @@ public class SmallSortNameAggregation extends AbstractSingleFieldAggregation { | @@ -13,6 +13,6 @@ public class SmallSortNameAggregation extends AbstractSingleFieldAggregation { | ||
13 | 13 | ||
14 | @Override | 14 | @Override |
15 | protected String getField() { | 15 | protected String getField() { |
16 | - return "smallSortName"; | 16 | + return "smallSort"; |
17 | } | 17 | } |
18 | } | 18 | } |
-
Please register or login to post a comment