Преглед на файлове

update search-service MappingService

reghao преди 2 месеца
родител
ревизия
92d7c1485c
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      search/search-service/src/main/java/cn/reghao/tnb/search/app/es/MappingService.java

+ 1 - 0
search/search-service/src/main/java/cn/reghao/tnb/search/app/es/MappingService.java

@@ -43,6 +43,7 @@ public class MappingService {
         propertyMap.put("upstreamAddr", keywordProp);
         propertyMap.put("host", keywordProp);
         propertyMap.put("url", textKeywordProp);
+        propertyMap.put("methodUrl", textKeywordProp);
         propertyMap.put("httpXForwardedFor", textKeywordProp);
         propertyMap.put("httpReferer", textKeywordProp);
         propertyMap.put("httpUserAgent", textKeywordProp);