فهرست منبع

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);