Authored by 胡古飞

fix变价计划相关代码

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