Authored by 胡古飞

fix变价计划相关代码

@@ -68,7 +68,7 @@ class ProductPricePlanIndexBaseService { @@ -68,7 +68,7 @@ class ProductPricePlanIndexBaseService {
68 return productPricePlanMap; 68 return productPricePlanMap;
69 } 69 }
70 70
71 - public Map<String, List<Map<String, Object>>> getProductPricePlanMap(SearchResult searchProductPricePlanResult) { 71 + private Map<String, List<Map<String, Object>>> getProductPricePlanMap(SearchResult searchProductPricePlanResult) {
72 if (searchProductPricePlanResult == null || searchProductPricePlanResult.getResultList() == null || searchProductPricePlanResult.getResultList().size() == 0) { 72 if (searchProductPricePlanResult == null || searchProductPricePlanResult.getResultList() == null || searchProductPricePlanResult.getResultList().size() == 0) {
73 return new HashMap<String, List<Map<String, Object>>>(); 73 return new HashMap<String, List<Map<String, Object>>>();
74 } 74 }
@@ -21,8 +21,8 @@ redis.search.proxy.port =6379 @@ -21,8 +21,8 @@ redis.search.proxy.port =6379
21 redis.search.proxy.auth = 21 redis.search.proxy.auth =
22 22
23 #search 23 #search
24 -search.es.cluster.name=yohosearch  
25 -search.es.servers=192.168.102.12:9300 192.168.102.13:9300 24 +search.es.cluster.name=yohosearch_test
  25 +search.es.servers=192.168.102.209:9300 192.168.102.216:9300
26 search.index.number_of_replicas=1 26 search.index.number_of_replicas=1
27 search.index.refresh_interval=1 27 search.index.refresh_interval=1
28 search.index.translog.flush_threshold_ops=5000 28 search.index.translog.flush_threshold_ops=5000